projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8caf93
)
* reload1.c (emit_reload_insns): Fix yet another typo in my patch.
author
Jan Hubicka
<jh@suse.cz>
Thu, 24 Aug 2006 19:43:43 +0000
(21:43 +0200)
committer
Jan Hubicka
<hubicka@gcc.gnu.org>
Thu, 24 Aug 2006 19:43:43 +0000
(19:43 +0000)
From-SVN: r116384
gcc/ChangeLog
patch
|
blob
|
history
gcc/reload1.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index a201c69d3ba1f72e55ee398cacaaa3865f4b435b..7c1aa4eeeb2dea5744f15211fc4c4599caad8147 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,3
+1,7
@@
+2006-08-24 Jan Hubicka <jh@suse.cz>
+
+ * reload1.c (emit_reload_insns): Fix yet another typo in my patch.
+
2006-08-24 Jan Hubicka <jh@suse.cz>
PR debug/26881
diff --git
a/gcc/reload1.c
b/gcc/reload1.c
index 200cc1ef07d5cb6cd761e9fd50ee64026fb116ee..8dd00184f576304302dd3b5f73bf8ecb98dc0fd4 100644
(file)
--- a/
gcc/reload1.c
+++ b/
gcc/reload1.c
@@
-7394,7
+7394,7
@@
emit_reload_insns (struct insn_chain *chain)
REGNO (rld[r].in)))
|| (REG_P (rld[r].in_reg)
&& !REGNO_REG_SET_P (®_has_output_reload,
- REGNO (rld[r].in))))
+ REGNO (rld[r].in
_reg
))))
&& ! reg_set_p (rld[r].reg_rtx, PATTERN (insn)))
{
int nregno;