Fix broken patch

2012-09-08  Andi Kleen  <ak@linux.intel.com>

        * gcc/lto/lto.c (do_whole_program_analysis):
        Fix last broken patch

From-SVN: r191097
This commit is contained in:
Andi Kleen 2012-09-08 19:08:37 +00:00 committed by Andi Kleen
parent b3e44629b8
commit 4e5315e5cf
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2012-09-08 Andi Kleen <ak@linux.intel.com>
* gcc/lto/lto.c (do_whole_program_analysis):
Fix last broken patch
2012-09-08 Andi Kleen <ak@linux.intel.com>
* gcc/common.opt (-fmem-report-wpa): Add

View File

@ -2017,7 +2017,7 @@ do_whole_program_analysis (void)
if (flag_lto_report)
print_lto_report ();
if (mem_report_wpa)
dump_mem_report ();
dump_memory_report (true);
}