* final.c (final_scan_insn): Add case for NOTE_INSN_LOOP_END_TOP_COND.
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>
Tue, 5 Feb 2002 00:29:01 +0000 (00:29 +0000)
committerRichard Kenner <kenner@gcc.gnu.org>
Tue, 5 Feb 2002 00:29:01 +0000 (19:29 -0500)
From-SVN: r49503

gcc/ChangeLog
gcc/final.c

index c38eaa4d162cd01ed9f2613d9311f234ab565fe8..35e658c6cf2490e2b1ab7665bc40f1e8e956c4b8 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 ec3b1c76dd45b02ab4bc35e47c513a1a8ece3940..3fd93b482ef5d4a80cc2ffca1d3495c9cea8f9c2 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: