mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-20 15:20:59 +08:00
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:
parent
b3e44629b8
commit
4e5315e5cf
@ -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
|
||||
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user