aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ipa-profile.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/gcc/ipa-profile.c b/gcc/ipa-profile.c
index ce32b538..02f42d9 100644
--- a/gcc/ipa-profile.c
+++ b/gcc/ipa-profile.c
@@ -854,18 +854,6 @@ ipa_profile (void)
node_map_initialized = true;
ncommon++;
- if (in_lto_p)
- {
- if (dump_file)
- {
- fprintf (dump_file,
- "Updating hotness threshold in LTO mode.\n");
- fprintf (dump_file, "Updated min count: %" PRId64 "\n",
- (int64_t) threshold / spec_count);
- }
- set_hot_bb_threshold (threshold / spec_count);
- }
-
unsigned speculative_id = 0;
profile_count orig = e->count;
for (unsigned i = 0; i < spec_count; i++)