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.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/local-alloc.c b/gcc/local-alloc.c
index f0492c4..1df88db 100644
--- a/gcc/local-alloc.c
+++ b/gcc/local-alloc.c
@@ -372,9 +372,6 @@ local_alloc ()
reg_offset = (char *) xmalloc (max_regno * sizeof (char));
reg_next_in_qty = (int *) xmalloc (max_regno * sizeof (int));
- /* Allocate the reg_renumber array. */
- allocate_reg_info (max_regno, FALSE, TRUE);
-
/* Determine which pseudo-registers can be allocated by local-alloc.
In general, these are the registers used only in a single block and
which only die once.