diff options
Diffstat (limited to 'gcc/cfgrtl.c')
-rw-r--r-- | gcc/cfgrtl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cfgrtl.c b/gcc/cfgrtl.c index 390d718..466c6da 100644 --- a/gcc/cfgrtl.c +++ b/gcc/cfgrtl.c @@ -4209,6 +4209,7 @@ duplicate_insn_chain (rtx_insn *from, rtx_insn *to) break; case NOTE_INSN_EPILOGUE_BEG: + case NOTE_INSN_UPDATE_SJLJ_CONTEXT: emit_note_copy (as_a <rtx_note *> (insn)); break; |