From b43e4bcbcf3f09f898a1c140543fd61aa1340c89 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Tue, 11 Aug 1992 12:56:20 -0700 Subject: [PATCH] (unroll_loop): Delete call to unroll_block_trees. From-SVN: r1802 --- gcc/unroll.c | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/gcc/unroll.c b/gcc/unroll.c index 18ab3968204..0be4bb9ff5f 100644 --- a/gcc/unroll.c +++ b/gcc/unroll.c @@ -1135,19 +1135,6 @@ unroll_loop (loop_end, insn_count, loop_start, end_insert_before, not taken. */ if (exit_label) emit_label_after (exit_label, loop_end); - - /* If debugging, we must replicate the tree nodes corresponding to the blocks - inside the loop, so that the original one to one mapping will remain. */ - - if (write_symbols != NO_DEBUG) - { - int copies = unroll_number; - - if (loop_preconditioned) - copies += unroll_number - 1; - - unroll_block_trees (uid_loop_num[INSN_UID (loop_start)], copies); - } } /* Return true if the loop can be safely, and profitably, preconditioned -- 2.30.2