mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-21 05:00:23 +08:00
* reload1.c (emit_reload_insns): Fix yet another typo in my patch.
From-SVN: r116384
This commit is contained in:
parent
b8caf93e7d
commit
7ef701a84a
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user