aboutsummaryrefslogtreecommitdiff
path: root/gcc/local-alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/local-alloc.c')
-rw-r--r--gcc/local-alloc.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/gcc/local-alloc.c b/gcc/local-alloc.c
index a7b272f..75ffedb 100644
--- a/gcc/local-alloc.c
+++ b/gcc/local-alloc.c
@@ -1131,11 +1131,7 @@ block_alloc (b)
/* Initialize table of hardware registers currently live. */
-#ifdef HARD_REG_SET
- regs_live = *basic_block_live_at_start[b];
-#else
- COPY_HARD_REG_SET (regs_live, basic_block_live_at_start[b]);
-#endif
+ COPY_HARD_REG_SET (regs_live, *basic_block_live_at_start[b]);
/* This loop scans the instructions of the basic block
and assigns quantities to registers.