From: Jeff Law Date: Fri, 30 Jan 2015 05:50:33 +0000 (-0700) Subject: * combine.c (try_combine): Fix typo in comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8ec350edf40d5d2f0f868136f514d6fd7832505a;p=gcc.git * combine.c (try_combine): Fix typo in comment. From-SVN: r220273 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a44ff5b3d7b..60d8723d3a8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2015-01-29 Jeff Law + + * combine.c (try_combine): Fix typo in comment. + 2015-01-29 Segher Boessenkool PR target/64580 diff --git a/gcc/combine.c b/gcc/combine.c index 24418df002f..ad3bed0f2ca 100644 --- a/gcc/combine.c +++ b/gcc/combine.c @@ -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.