Commit 6ada5e7d by Jan Hubicka

Fix previous commit once again :(

From-SVN: r192164
parent 5b535967
...@@ -1894,7 +1894,7 @@ dump_profile_report (void) ...@@ -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; 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; gcov_type last_time = 0, last_size = 0;
double rel_time_change, rel_size_change; double rel_time_change, rel_size_change;
int last_reported; int last_reported = 0;
if (!profile_record) if (!profile_record)
return; return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment