cgraphunit.c (cgraph_optimize): Fixed obvious thinko in memory consumption reporting.
2006-12-23 Marcin Dalecki <martin@dalecki.de> * cgraphunit.c (cgraph_optimize): Fixed obvious thinko in memory consumption reporting. From-SVN: r120174
This commit is contained in:
parent
cb4af25a80
commit
7fa982e563
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
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
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue