* combine.c (try_combine): Fix typo in comment.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 30 Jan 2015 05:50:33 +0000 (05:50 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 30 Jan 2015 05:50:33 +0000 (05:50 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@220273 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/combine.c

index a44ff5b..60d8723 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 24418df..ad3bed0 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.