Fix previous commit once again :(

From-SVN: r192164
This commit is contained in:
Jan Hubicka 2012-10-06 14:54:46 +00:00
parent 5b53596723
commit 6ada5e7d99
1 changed files with 1 additions and 1 deletions

View 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;