projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db4c738
)
Fix typo in previously applied patch.
author
Jan Hubicka
<hubicka@gcc.gnu.org>
Thu, 17 Aug 2006 10:08:31 +0000
(10:08 +0000)
committer
Jan Hubicka
<hubicka@gcc.gnu.org>
Thu, 17 Aug 2006 10:08:31 +0000
(10:08 +0000)
From-SVN: r116221
gcc/reload1.c
patch
|
blob
|
history
diff --git
a/gcc/reload1.c
b/gcc/reload1.c
index a86f6f560e3d1b6510849abdb903b95754de5851..cd0fabf67e6e83e4911d3cef32a73d60a78ffc60 100644
(file)
--- a/
gcc/reload1.c
+++ b/
gcc/reload1.c
@@
-3911,6
+3911,7
@@
reload_as_needed (int live_known)
regset_head regs_to_forget;
INIT_REG_SET (®s_to_forget);
note_stores (PATTERN (insn), forget_old_reloads_1, ®s_to_forget);
+
/* If this is a USE and CLOBBER of a MEM, ensure that any
references to eliminable registers have been removed. */