* lto-cgraph.c (input_profile_summary): Remove overactive sanity check.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168644
138bc75d-0d04-0410-961f-
82ee72b054a4
2011-01-10 Jan Hubicka <jh@suse.cz>
PR lto/45375
+ * lto-cgraph.c (input_profile_summary): Remove overactive sanity check.
+
+2011-01-10 Jan Hubicka <jh@suse.cz>
+
+ PR lto/45375
* profile.c (read_profile_edge_counts): Ignore profile inconistency
when correcting profile.
{
file_data->profile_info.runs = runs;
file_data->profile_info.sum_max = lto_input_uleb128 (ib);
- if (runs > file_data->profile_info.sum_max)
- fatal_error ("Corrupted profile info in %s: sum_max is smaller than runs",
- file_data->file_name);
}
}