projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05c433f
)
Comment typo in previous patch.
author
Paul Brook
<pbrook@gcc.gnu.org>
Thu, 20 Jul 2006 14:20:26 +0000
(14:20 +0000)
committer
Paul Brook
<pbrook@gcc.gnu.org>
Thu, 20 Jul 2006 14:20:26 +0000
(14:20 +0000)
From-SVN: r115619
gcc/cse.c
patch
|
blob
|
history
diff --git
a/gcc/cse.c
b/gcc/cse.c
index 9e6fec091da8b057a85c1b6921696a9a2b5e8481..050b93031a1656554552e82018ac3e5a5b86af22 100644
(file)
--- a/
gcc/cse.c
+++ b/
gcc/cse.c
@@
-6107,7
+6107,7
@@
cse_insn (rtx insn, rtx libcall_insn)
if (sets[i].dest_addr_elt
&& sets[i].dest_addr_elt->first_same_value == 0)
{
- /* The elt was removed, which means this destination s not
+ /* The elt was removed, which means this destination
i
s not
valid after this instruction. */
sets[i].rtl = NULL_RTX;
}