]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix previous commit.
authorJan Hubicka <hubicka@gcc.gnu.org>
Sat, 6 Oct 2012 14:52:23 +0000 (14:52 +0000)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sat, 6 Oct 2012 14:52:23 +0000 (14:52 +0000)
From-SVN: r192163

gcc/toplev.c

index 04c173681019a14b8448448b6983451afb47b9d1..2c9329f76bf02a6a2ab9a7f1bb61715f6fbf009e 100644 (file)
@@ -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.  */