Commit 4e5315e5 by Andi Kleen Committed by Andi Kleen

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
parent b3e44629
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
* gcc/doc/invoke.texi (-fmem-report-wpa): Document.
* gcc/lto/lto.c (do_whole_program_analysis): Run mem_report
......
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment