* final.c (final_scan_insn): Add case for NOTE_INSN_LOOP_END_TOP_COND.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Feb 2002 00:29:01 +0000 (00:29 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Feb 2002 00:29:01 +0000 (00:29 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49503 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/final.c

index c38eaa4..35e658c 100644 (file)
@@ -1,3 +1,7 @@
+Mon Feb  4 19:23:19 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+       * final.c (final_scan_insn): Add case for NOTE_INSN_LOOP_END_TOP_COND.
+
 2002-02-04  Richard Henderson  <rth@redhat.com>
 
        * combine.c (nonzero_bits): Re-introduce special case for
index ec3b1c7..3fd93b4 100644 (file)
@@ -1851,6 +1851,7 @@ final_scan_insn (insn, file, optimize, prescan, nopeepholes)
        case NOTE_INSN_DELETED:
        case NOTE_INSN_LOOP_BEG:
        case NOTE_INSN_LOOP_END:
+       case NOTE_INSN_LOOP_END_TOP_COND:
        case NOTE_INSN_LOOP_CONT:
        case NOTE_INSN_LOOP_VTOP:
        case NOTE_INSN_FUNCTION_END: