2006-12-23 Marcin Dalecki <martin@dalecki.de>
* cgraphunit.c (cgraph_optimize): Fixed obvious thinko in memory
consumption reporting.
From-SVN: r120174
+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);