* combine.c (try_combine): Fix typo in comment.
authorJeff Law <law@redhat.com>
Fri, 30 Jan 2015 05:50:33 +0000 (22:50 -0700)
committerJeff Law <law@gcc.gnu.org>
Fri, 30 Jan 2015 05:50:33 +0000 (22:50 -0700)
From-SVN: r220273

gcc/ChangeLog
gcc/combine.c

index a44ff5b3d7b9ce6aba1acee89c3257b6c5ea2f0e..60d8723d3a857608d82724f1eaac7c83f10c155c 100644 (file)
@@ -1,3 +1,7 @@
+2015-01-29  Jeff Law  <law@redhat.com>
+
+       * combine.c (try_combine): Fix typo in comment.
+
 2015-01-29  Segher Boessenkool  <segher@kernel.crashing.org>
 
        PR target/64580
index 24418df002f7ce4c3683d19d586a6bccd1cf9259..ad3bed0f2caf1ac9a9f6aa27da1c897f4dcdc70c 100644 (file)
@@ -2645,7 +2645,7 @@ try_combine (rtx_insn *i3, rtx_insn *i2, rtx_insn *i1, rtx_insn *i0,
            nshift++;
        }
 
-      /* If I0 loads a memory and I3 sets the same memory, then I2 and I3
+      /* If I0 loads a memory and I3 sets the same memory, then I1 and I2
         are likely manipulating its value.  Ideally we'll be able to combine
         all four insns into a bitfield insertion of some kind.