From 5c73e8471a6e9576853d99e68ecd94b064882a5d Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Fri, 9 Sep 1994 14:52:45 -0400 Subject: (find_reloads, case 'p'): Operand is BASE_REG_CLASS. From-SVN: r8053 --- gcc/reload.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/reload.c b/gcc/reload.c index 9614f4d..1cba655 100644 --- a/gcc/reload.c +++ b/gcc/reload.c @@ -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; -- cgit v1.1