aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cgraphunit.c')
-rw-r--r--gcc/cgraphunit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c
index 3f751fa..9873b9b 100644
--- a/gcc/cgraphunit.c
+++ b/gcc/cgraphunit.c
@@ -2604,7 +2604,7 @@ symbol_table::compile (void)
if (pre_ipa_mem_report)
{
fprintf (stderr, "Memory consumption before IPA\n");
- dump_memory_report (false);
+ dump_memory_report ();
}
if (!quiet_flag)
fprintf (stderr, "Performing interprocedural optimizations\n");
@@ -2639,7 +2639,7 @@ symbol_table::compile (void)
if (post_ipa_mem_report)
{
fprintf (stderr, "Memory consumption after IPA\n");
- dump_memory_report (false);
+ dump_memory_report ();
}
timevar_pop (TV_CGRAPHOPT);