Commit 8ec350ed by Jeff Law Committed by Jeff Law

* combine.c (try_combine): Fix typo in comment.

From-SVN: r220273
parent dd1c1f8c
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
......
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment