Commit 2c79137a by Richard Kenner Committed by Richard Kenner

* final.c (final_scan_insn): Add case for NOTE_INSN_LOOP_END_TOP_COND.

From-SVN: r49503
parent fd58f127
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
......
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment