* combine.c (can_combine_p): Fix a comment typo.
authorKazu Hirata <kazu@hxi.com>
Thu, 10 Jan 2002 07:37:51 +0000 (07:37 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Thu, 10 Jan 2002 07:37:51 +0000 (07:37 +0000)
From-SVN: r48712

gcc/ChangeLog
gcc/combine.c

index e7296c5547f8c9e09b76390737456208b36719a3..4b23b1fbdb35d6edaa72693eff876c7d13489912 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-10  Kazu Hirata  <kazu@hxi.com>
+
+       * combine.c (can_combine_p): Fix a comment typo.
+
 2002-01-09  Zack Weinberg  <zack@codesourcery.com>
 
        * Makefile.in (s-gencheck, s-options, s-specs): Handle an
index d640bc447f4692272b7a389ca30410ee20d961da..1215a65e9c008df5cd571d82168b3db190ee1bfb 100644 (file)
@@ -950,7 +950,7 @@ can_combine_p (insn, i3, pred, succ, pdest, psrc)
               for the SH4 port.  */
            case USE:
              /* Combining an isolated USE doesn't make sense.
-                We depend here on combinable_i3_pat to reject them.  */
+                We depend here on combinable_i3pat to reject them.  */
              /* The code below this loop only verifies that the inputs of
                 the SET in INSN do not change.  We call reg_set_between_p
                 to verify that the REG in the USE does not change between