diff options
Diffstat (limited to 'gcc/cgraphunit.c')
-rw-r--r-- | gcc/cgraphunit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c index cb2f824..578b36c 100644 --- a/gcc/cgraphunit.c +++ b/gcc/cgraphunit.c @@ -1426,7 +1426,7 @@ cgraph_optimize (void) } if (post_ipa_mem_report) { - fprintf (stderr, "Memory consumption before IPA\n"); + fprintf (stderr, "Memory consumption after IPA\n"); dump_memory_report (false); } timevar_pop (TV_CGRAPHOPT); |