From: Jan Hubicka Date: Sat, 6 Oct 2012 14:52:23 +0000 (+0000) Subject: Fix previous commit. X-Git-Tag: misc/gccgo-go1_1_2~365 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5b53596723bde3322f24ff6fa544f362a67c7fd8;p=thirdparty%2Fgcc.git Fix previous commit. From-SVN: r192163 --- diff --git a/gcc/toplev.c b/gcc/toplev.c index 04c173681019..2c9329f76bf0 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -1815,7 +1815,7 @@ finalize (bool no_backend) if (mem_report) dump_memory_report (true); - if (dump_profile_report) + if (profile_report) dump_profile_report (); /* Language-specific end of compilation actions. */