diff options
Diffstat (limited to 'gcc/tree-ssa-address.c')
-rw-r--r-- | gcc/tree-ssa-address.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-ssa-address.c b/gcc/tree-ssa-address.c index 0fdaba0..67bbc4a 100644 --- a/gcc/tree-ssa-address.c +++ b/gcc/tree-ssa-address.c @@ -198,8 +198,8 @@ addr_for_mem_ref (struct mem_address *addr, bool really_expand) templates_initialized = true; sym = gen_rtx_SYMBOL_REF (Pmode, ggc_strdup ("test_symbol")); - bse = gen_raw_REG (Pmode, FIRST_PSEUDO_REGISTER); - idx = gen_raw_REG (Pmode, FIRST_PSEUDO_REGISTER + 1); + bse = gen_raw_REG (Pmode, LAST_VIRTUAL_REGISTER + 1); + idx = gen_raw_REG (Pmode, LAST_VIRTUAL_REGISTER + 2); for (i = 0; i < 32; i++) gen_addr_rtx ((i & 16 ? sym : NULL_RTX), |