diff options
Diffstat (limited to 'gcc/toplev.c')
| -rw-r--r-- | gcc/toplev.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index 8e02178..dd8ea2a 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -3247,7 +3247,7 @@ rest_of_compilation (decl) cleanup_cfg (insns); if (optimize) calculate_loop_depth (rtl_dump_file); - life_analysis (insns, max_reg_num (), rtl_dump_file, 1); + life_analysis (insns, rtl_dump_file, PROP_FINAL); mark_constant_function (); }); @@ -3434,7 +3434,7 @@ rest_of_compilation (decl) TIMEVAR (flow2_time, { cleanup_cfg (insns); - life_analysis (insns, max_reg_num (), rtl_dump_file, 1); + life_analysis (insns, rtl_dump_file, PROP_FINAL); }); /* This is kind of heruistics. We need to run combine_stack_adjustments |
