diff options
Diffstat (limited to 'gcc/stupid.c')
-rw-r--r-- | gcc/stupid.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/stupid.c b/gcc/stupid.c index 73ec357..a0368be 100644 --- a/gcc/stupid.c +++ b/gcc/stupid.c @@ -253,7 +253,8 @@ stupid_life_analysis (f, nregs, file) /* Allocate and zero out many data structures that will record the data from lifetime analysis. */ - allocate_for_life_analysis (); + allocate_reg_life_data (); + allocate_bb_life_data (); for (i = 0; i < max_regno; i++) REG_N_DEATHS (i) = 1; |