summaryrefslogtreecommitdiff
path: root/gcc/final.c
diff options
context:
space:
mode:
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>2002-02-05 00:29:01 +0000
committerRichard Kenner <kenner@gcc.gnu.org>2002-02-04 19:29:01 -0500
commit2c79137a4941b19cc0a352193fedc7196b853621 (patch)
treeada8142021e4ece7371a10dfbecd15251e6281ca /gcc/final.c
parentfd58f127a6dd0420c7b13d05c76c04621a9a4762 (diff)
downloadgcc-2c79137a4941b19cc0a352193fedc7196b853621.tar.gz
* final.c (final_scan_insn): Add case for NOTE_INSN_LOOP_END_TOP_COND.
From-SVN: r49503
Diffstat (limited to 'gcc/final.c')
-rw-r--r--gcc/final.c1
1 files changed, 1 insertions, 0 deletions
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: