aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/ipa-profile.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/gcc/ipa-profile.c')
-rw-r--r--gcc-4.9/gcc/ipa-profile.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc-4.9/gcc/ipa-profile.c b/gcc-4.9/gcc/ipa-profile.c
index 17de6876e..e9fba9801 100644
--- a/gcc-4.9/gcc/ipa-profile.c
+++ b/gcc-4.9/gcc/ipa-profile.c
@@ -557,8 +557,7 @@ ipa_profile (void)
cumulated_time * 100.0 / overall_time,
cumulated_size * 100.0 / overall_size);
}
- if (threshold > get_hot_bb_threshold ()
- || in_lto_p)
+ if (in_lto_p)
{
if (dump_file)
fprintf (dump_file, "Threshold updated.\n");