diff options
Diffstat (limited to 'gcc/insn-notes.def')
-rw-r--r-- | gcc/insn-notes.def | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/insn-notes.def b/gcc/insn-notes.def index 859cdacab59..2ea673f05e6 100644 --- a/gcc/insn-notes.def +++ b/gcc/insn-notes.def @@ -73,10 +73,6 @@ INSN_NOTE (BASIC_BLOCK) between hot and cold text sections. */ INSN_NOTE (SWITCH_TEXT_SECTIONS) -/* Mark the restore point after an epilogue changed CFI data. Used only - when an epilogue appears in the middle of a function. */ -INSN_NOTE (CFA_RESTORE_STATE) - /* When emitting dwarf2 frame information, contains a directive that should be emitted. */ INSN_NOTE (CFI) |