diff options
Diffstat (limited to 'gcc/final.c')
-rw-r--r-- | gcc/final.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/final.c b/gcc/final.c index ec3b1c7..3fd93b4 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: |