Fix previous commit once again :(
authorJan Hubicka <hubicka@gcc.gnu.org>
Sat, 6 Oct 2012 14:54:46 +0000 (14:54 +0000)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sat, 6 Oct 2012 14:54:46 +0000 (14:54 +0000)
From-SVN: r192164

gcc/passes.c

index 87f602b704f2e128963f2f4a996c3a473683b99e..c20f4782412ab8309b7da60e9bc5fb28c14ce45c 100644 (file)
@@ -1894,7 +1894,7 @@ dump_profile_report (void)
   int last_freq_in = 0, last_count_in = 0, last_freq_out = 0, last_count_out = 0;
   gcov_type last_time = 0, last_size = 0;
   double rel_time_change, rel_size_change;
-  int last_reported;
+  int last_reported = 0;
 
   if (!profile_record)
     return;