re PR lto/45375 ([meta-bug] Issues with building Mozilla (i.e. Firefox) with LTO)
PR lto/45375 * lto-cgraph.c (input_profile_summary): Remove overactive sanity check. From-SVN: r168644
This commit is contained in:
parent
c459c97b48
commit
345fdcb710
@ -1,3 +1,8 @@
|
||||
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
|
||||
|
@ -1435,9 +1435,6 @@ input_profile_summary (struct lto_input_block *ib,
|
||||
{
|
||||
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);
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user