(find_reloads): Don't rejecting non-const due to value of
PREFERRED_RELOAD_CLASS if no regs were valid for alternative. From-SVN: r7541
This commit is contained in:
parent
d8e5c94615
commit
73b236b5f6
@ -2970,6 +2970,7 @@ find_reloads (insn, replace, ind_levels, live_known, reload_reg_p)
|
||||
here. */
|
||||
|
||||
if (! CONSTANT_P (operand)
|
||||
&& (enum reg_class) this_alternative[i] != NO_REGS
|
||||
&& (PREFERRED_RELOAD_CLASS (operand,
|
||||
(enum reg_class) this_alternative[i])
|
||||
== NO_REGS))
|
||||
|
Loading…
Reference in New Issue
Block a user