Message ID | 20110110220420.GB2858@kam.mff.cuni.cz |
---|---|
State | New |
Headers | show |
Index: lto-cgraph.c =================================================================== --- lto-cgraph.c (revision 168642) +++ lto-cgraph.c (working copy) @@ -1435,9 +1435,6 @@ { 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); } }