From: Richard Kenner Date: Tue, 5 Feb 2002 00:29:01 +0000 (+0000) Subject: * final.c (final_scan_insn): Add case for NOTE_INSN_LOOP_END_TOP_COND. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2c79137a4941b19cc0a352193fedc7196b853621;p=gcc.git * final.c (final_scan_insn): Add case for NOTE_INSN_LOOP_END_TOP_COND. From-SVN: r49503 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c38eaa4d162..35e658c6cf2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Mon Feb 4 19:23:19 2002 Richard Kenner + + * final.c (final_scan_insn): Add case for NOTE_INSN_LOOP_END_TOP_COND. + 2002-02-04 Richard Henderson * combine.c (nonzero_bits): Re-introduce special case for diff --git a/gcc/final.c b/gcc/final.c index ec3b1c76dd4..3fd93b482ef 100644 --- a/gcc/final.c +++ b/gcc/final.c @@ -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: