diff options
Diffstat (limited to 'gcc/ifcvt.c')
-rw-r--r-- | gcc/ifcvt.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/ifcvt.c b/gcc/ifcvt.c index 053424dc005..647c4e8b74d 100644 --- a/gcc/ifcvt.c +++ b/gcc/ifcvt.c @@ -260,9 +260,7 @@ cond_exec_process_insns (ce_if_block_t *ce_info ATTRIBUTE_UNUSED, { /* ??? Ug. Actually unlinking the thing is problematic, given what we'd have to coordinate with our callers. */ - PUT_CODE (insn, NOTE); - NOTE_LINE_NUMBER (insn) = NOTE_INSN_DELETED; - NOTE_SOURCE_FILE (insn) = 0; + SET_INSN_DELETED (insn); goto insn_done; } |