diff options
Diffstat (limited to 'gcc/local-alloc.c')
-rw-r--r-- | gcc/local-alloc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/local-alloc.c b/gcc/local-alloc.c index ab7fc98..b7aade2 100644 --- a/gcc/local-alloc.c +++ b/gcc/local-alloc.c @@ -1715,12 +1715,11 @@ block_alloc (b) { if (GET_CODE (qty_scratch_rtx[q]) == REG) abort (); - qty_scratch_rtx[q] = gen_rtx (REG, GET_MODE (qty_scratch_rtx[q]), qty_phys_reg[q]); - scratch_block[scratch_index] = b; scratch_list[scratch_index++] = qty_scratch_rtx[q]; + } } } |