From: Jeff Law Date: Fri, 30 Jan 2015 05:50:33 +0000 (-0700) Subject: * combine.c (try_combine): Fix typo in comment. X-Git-Tag: releases/gcc-5.1.0~1257 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ec350edf40d5d2f0f868136f514d6fd7832505a;p=thirdparty%2Fgcc.git * combine.c (try_combine): Fix typo in comment. From-SVN: r220273 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a44ff5b3d7b9..60d8723d3a85 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 24418df002f7..ad3bed0f2caf 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.