* combine.c (try_combine): Fix a typo.
authorKazu Hirata <kazu@hxi.com>
Thu, 11 May 2000 05:54:47 +0000 (05:54 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 11 May 2000 05:54:47 +0000 (23:54 -0600)
From-SVN: r33837

gcc/ChangeLog
gcc/combine.c

index a17ca24d092586fe28bcc1aba65a9a4c0d0fe172..9289810cc99754df9ce9dfda2f0c18c35496fc7d 100644 (file)
@@ -1,3 +1,7 @@
+2000-05-10  Kazu Hirata  <kazu@hxi.com>
+
+       * combine.c (try_combine): Fix a typo.
+
 Wed May 10 21:31:44 2000  Jim Wilson  <wilson@cygnus.com>
 
        * config/ia64/ia64.md (insv): Add comment.
index 6c14228d1f14300116a4352b0810cdd642881f4b..5d0806ddb79fdba0125a61172d223d10ed11d54e 100644 (file)
@@ -1480,7 +1480,7 @@ try_combine (i3, i2, i1, new_direct_jump_p)
      register rtx i3, i2, i1;
      register int *new_direct_jump_p;
 {
-  /* New patterns for I3 and I3, respectively.  */
+  /* New patterns for I3 and I2, respectively.  */
   rtx newpat, newi2pat = 0;
   /* Indicates need to preserve SET in I1 or I2 in I3 if it is not dead.  */
   int added_sets_1, added_sets_2;