diff options
Diffstat (limited to 'gcc/rtlanal.c')
-rw-r--r-- | gcc/rtlanal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rtlanal.c b/gcc/rtlanal.c index f23df4e..bfbcefd 100644 --- a/gcc/rtlanal.c +++ b/gcc/rtlanal.c @@ -3838,7 +3838,7 @@ hoist_insn_to_edge (insn, e, val, new) if (e->insns == NULL_RTX) { start_sequence (); - emit_note (NULL, NOTE_INSN_DELETED); + emit_note (NOTE_INSN_DELETED); } else push_to_sequence (e->insns); |