aboutsummaryrefslogtreecommitdiff
path: root/gcc/ra.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ra.c')
-rw-r--r--gcc/ra.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ra.c b/gcc/ra.c
index 773d79a..782d8a5 100644
--- a/gcc/ra.c
+++ b/gcc/ra.c
@@ -856,7 +856,7 @@ reg_alloc (void)
/* Cleanup the flow graph. */
if ((debug_new_regalloc & DUMP_LAST_FLOW) == 0)
dump_file = NULL;
- life_analysis (get_insns (), dump_file,
+ life_analysis (dump_file,
PROP_DEATH_NOTES | PROP_LOG_LINKS | PROP_REG_INFO);
cleanup_cfg (CLEANUP_EXPENSIVE);
recompute_reg_usage (get_insns (), TRUE);