(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:
Richard Kenner 1994-06-23 17:59:22 -04:00
parent d8e5c94615
commit 73b236b5f6

View File

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