Patch by Paolo Bonzini
Patch by Paolo Bonzini * reload1.c (emit_reload_insns): Fix incorrect bracketing introduced by my previous patch. From-SVN: r116325
This commit is contained in:
parent
182ee26047
commit
1f6c68eda5
@ -1,3 +1,9 @@
|
||||
2006-08-22 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
Patch by Paolo Bonzini
|
||||
* reload1.c (emit_reload_insns): Fix incorrect bracketing introduced by
|
||||
my previous patch.
|
||||
|
||||
2006-08-22 Daniel Berlin <dberlin@dberlin.org>
|
||||
|
||||
PR tree-optimization/28003
|
||||
|
@ -7391,10 +7391,10 @@ emit_reload_insns (struct insn_chain *chain)
|
||||
&& ((REG_P (rld[r].in)
|
||||
&& REGNO (rld[r].in) >= FIRST_PSEUDO_REGISTER
|
||||
&& !REGNO_REG_SET_P (®_has_output_reload,
|
||||
REGNO (rld[r].in))
|
||||
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_set_p (rld[r].reg_rtx, PATTERN (insn)))
|
||||
{
|
||||
int nregno;
|
||||
|
Loading…
Reference in New Issue
Block a user