Message ID | 20191208140315.r3bbcsglxygpfcdy@kam.mff.cuni.cz |
---|---|
State | New |
Headers | show |
Series | Silence overactive sanity check with -fpartial-profile-training | expand |
Index: ipa-inline-analysis.c =================================================================== --- ipa-inline-analysis.c (revision 279076) +++ ipa-inline-analysis.c (working copy) @@ -209,6 +209,7 @@ do_estimate_edge_time (struct cgraph_edg nonspec_time = e->entry.nonspec_time; hints = e->entry.hints; if (flag_checking + && !opt_for_fn (callee->decl, flag_profile_partial_training) && !callee->count.ipa_p ()) { sreal chk_time, chk_nonspec_time;