diff options
Diffstat (limited to 'gcc/ipa-profile.c')
-rw-r--r-- | gcc/ipa-profile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ipa-profile.c b/gcc/ipa-profile.c index 79cabc5..cd34ae6 100644 --- a/gcc/ipa-profile.c +++ b/gcc/ipa-profile.c @@ -506,7 +506,7 @@ ipa_profile (void) gcc_assert (overall_size); - cutoff = (overall_time * PARAM_VALUE (HOT_BB_COUNT_WS_PERMILLE) + 500) / 1000; + cutoff = (overall_time * param_hot_bb_count_ws_permille + 500) / 1000; threshold = 0; for (i = 0; cumulated < cutoff; i++) { |