diff options
Diffstat (limited to 'gcc/profile.c')
-rw-r--r-- | gcc/profile.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/profile.c b/gcc/profile.c index 082ed322e5a..625a904a428 100644 --- a/gcc/profile.c +++ b/gcc/profile.c @@ -988,8 +988,6 @@ branch_prob (void) allocate_reg_info (max_reg_num (), FALSE, FALSE); } - if (flag_profile_values) - count_or_remove_death_notes (NULL, 1); remove_fake_edges (); free_aux_for_edges (); /* Re-merge split basic blocks and the mess introduced by |