From 8ec350edf40d5d2f0f868136f514d6fd7832505a Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Thu, 29 Jan 2015 22:50:33 -0700 Subject: [PATCH] * combine.c (try_combine): Fix typo in comment. From-SVN: r220273 --- gcc/ChangeLog | 4 ++++ gcc/combine.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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. -- 2.30.2