From 054a09fb260f5590f0349237662c4d6bcdaf0dd7 Mon Sep 17 00:00:00 2001 From: Zdenek Dvorak Date: Thu, 23 Mar 2006 11:33:38 +0100 Subject: cfgloopmanip.c (create_loop_notes): Removed. * cfgloopmanip.c (create_loop_notes): Removed. * final.c (final_scan_insn): Do not handle loop notes. * jump.c (squeeze_notes): Ditto. * cfglayout.c (skip_insns_after_block, duplicate_insn_chain): Ditto. * cfgcleanup.c (rest_of_handle_jump2): Do not call create_loop_notes. * cfgloop.h (create_loop_notes): Declaration removed. From-SVN: r112316 --- gcc/final.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'gcc/final.c') diff --git a/gcc/final.c b/gcc/final.c index 4a5fd18..0cb985f 100644 --- a/gcc/final.c +++ b/gcc/final.c @@ -1697,8 +1697,6 @@ final_scan_insn (rtx insn, FILE *file, int optimize ATTRIBUTE_UNUSED, switch (NOTE_LINE_NUMBER (insn)) { case NOTE_INSN_DELETED: - case NOTE_INSN_LOOP_BEG: - case NOTE_INSN_LOOP_END: case NOTE_INSN_FUNCTION_END: case NOTE_INSN_REPEATED_LINE_NUMBER: case NOTE_INSN_EXPECTED_VALUE: -- cgit v1.1