* cgraphunit.c (cgraph_optimize): Fixed obvious thinko in memory
consumption reporting.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120174
138bc75d-0d04-0410-961f-
82ee72b054a4
+2006-12-23 Marcin Dalecki <martin@dalecki.de>
+
+ * cgraphunit.c (cgraph_optimize): Fixed obvious thinko in memory
+ consumption reporting.
+
2006-12-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
PR middle-end/7651
}
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);