Commit 5c73e847 by Richard Kenner

(find_reloads, case 'p'): Operand is BASE_REG_CLASS.

From-SVN: r8053
parent 6e98cdc8
......@@ -2730,7 +2730,7 @@ find_reloads (insn, replace, ind_levels, live_known, reload_reg_p)
case 'p':
/* All necessary reloads for an address_operand
were handled in find_reloads_address. */
this_alternative[i] = (int) ALL_REGS;
this_alternative[i] = (int) BASE_REG_CLASS;
win = 1;
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment