* reload1.c (emit_reload_insns): Fix yet another typo in my patch.

From-SVN: r116384
This commit is contained in:
Jan Hubicka 2006-08-24 21:43:43 +02:00 committed by Jan Hubicka
parent b8caf93e7d
commit 7ef701a84a
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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 (&reg_has_output_reload,
REGNO (rld[r].in))))
REGNO (rld[r].in_reg))))
&& ! reg_set_p (rld[r].reg_rtx, PATTERN (insn)))
{
int nregno;