summaryrefslogtreecommitdiff
path: root/gcc/sched-rgn.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/sched-rgn.c')
-rw-r--r--gcc/sched-rgn.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/sched-rgn.c b/gcc/sched-rgn.c
index 4c9c0dec2c2..47d0a9a17a3 100644
--- a/gcc/sched-rgn.c
+++ b/gcc/sched-rgn.c
@@ -2787,7 +2787,6 @@ schedule_region (int rgn)
if (write_symbols != NO_DEBUG)
{
save_line_notes (b, head, tail);
- rm_line_notes (head, tail);
}
/* rm_other_notes only removes notes which are _inside_ the
@@ -3045,10 +3044,6 @@ schedule_insns (void)
if (reload_completed)
reposition_prologue_and_epilogue_notes (get_insns ());
- /* Delete redundant line notes. */
- if (write_symbols != NO_DEBUG)
- rm_redundant_line_notes ();
-
if (sched_verbose)
{
if (reload_completed == 0 && flag_schedule_interblock)