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

From-SVN: r8053
This commit is contained in:
Richard Kenner 1994-09-09 14:52:45 -04:00
parent 6e98cdc800
commit 5c73e8471a
1 changed files with 1 additions and 1 deletions

View File

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