projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd1c1f8
)
* combine.c (try_combine): Fix typo in comment.
author
Jeff Law
<law@redhat.com>
Fri, 30 Jan 2015 05:50:33 +0000
(22:50 -0700)
committer
Jeff Law
<law@gcc.gnu.org>
Fri, 30 Jan 2015 05:50:33 +0000
(22:50 -0700)
From-SVN: r220273
gcc/ChangeLog
patch
|
blob
|
history
gcc/combine.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index a44ff5b3d7b9ce6aba1acee89c3257b6c5ea2f0e..60d8723d3a857608d82724f1eaac7c83f10c155c 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-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
diff --git
a/gcc/combine.c
b/gcc/combine.c
index 24418df002f7ce4c3683d19d586a6bccd1cf9259..ad3bed0f2caf1ac9a9f6aa27da1c897f4dcdc70c 100644
(file)
--- 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 I
2 and I3
+ /* If I0 loads a memory and I3 sets the same memory, then I
1 and I2
are likely manipulating its value. Ideally we'll be able to combine
all four insns into a bitfield insertion of some kind.