]> gcc.gnu.org Git - gcc.git/commitdiff
fold-const.c: Fix comment typos.
authorKazu Hirata <kazu@cs.umass.edu>
Tue, 30 Jul 2002 16:42:05 +0000 (16:42 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Tue, 30 Jul 2002 16:42:05 +0000 (16:42 +0000)
* fold-const.c: Fix comment typos.
* gcse.c: Likewise.
* reload1.c: Likewise.

From-SVN: r55876

gcc/ChangeLog
gcc/fold-const.c
gcc/gcse.c
gcc/reload1.c

index 1e75f1e29717034aba91490e23c3be58ad5e6bf9..42ffe447367b7a78401ec8ea8a90efac8c92872a 100644 (file)
@@ -1,3 +1,9 @@
+2002-07-30  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * fold-const.c: Fix comment typos.
+       * gcse.c: Likewise.
+       * reload1.c: Likewise.
+
 2002-07-29  Aldy Hernandez  <aldyh@redhat.com>
 
        * config/rs6000/rs6000.md: Disallow CCEQ compare with crnor/crnot
index 49c53cc0857daf3600ab9caab5873d05c0a77a22..7751e6587018ff0fb25c54bcad17a41418942d2e 100644 (file)
@@ -2716,7 +2716,7 @@ sign_bit_p (exp, val)
   int width;
   tree t;
 
-  /* Tree EXP must have a integral type.  */
+  /* Tree EXP must have an integral type.  */
   t = TREE_TYPE (exp);
   if (! INTEGRAL_TYPE_P (t))
     return NULL_TREE;
index 8791cb24fcf5b307ef1d192f08a649431877ff1b..3ad8a750366a48d522ac7005acecad5f6f7d9b8f 100644 (file)
@@ -5850,7 +5850,7 @@ static sbitmap *hoist_exprs;
 dominance_info dominators;
 
 /* ??? We could compute post dominators and run this algorithm in
-   reverse to to perform tail merging, doing so would probably be
+   reverse to perform tail merging, doing so would probably be
    more effective than the tail merging code in jump.c.
 
    It's unclear if tail merging could be run in parallel with
index 0c23c24ee9de16c55453ff31ca0ab14bd4284aea..894df877046dd055dee909a80fa3ef21ef29a92e 100644 (file)
@@ -4321,7 +4321,7 @@ clear_reload_reg_in_use (regno, opnum, type, mode)
       abort ();
     }
   /* We resolve conflicts with remaining reloads of the same type by
-     excluding the intervals of of reload registers by them from the
+     excluding the intervals of reload registers by them from the
      interval of freed reload registers.  Since we only keep track of
      one set of interval bounds, we might have to exclude somewhat
      more than what would be necessary if we used a HARD_REG_SET here.
This page took 0.106228 seconds and 5 git commands to generate.