summaryrefslogtreecommitdiff
path: root/gcc/value-prof.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/value-prof.c')
-rw-r--r--gcc/value-prof.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/value-prof.c b/gcc/value-prof.c
index 66b5c6589bd..514b98f5190 100644
--- a/gcc/value-prof.c
+++ b/gcc/value-prof.c
@@ -182,7 +182,7 @@ rtl_find_values_to_profile (unsigned *n_values, struct histogram_value **values)
rtx insn;
unsigned i;
- life_analysis (get_insns (), NULL, PROP_DEATH_NOTES);
+ life_analysis (NULL, PROP_DEATH_NOTES);
*n_values = 0;
*values = NULL;