Index: gcc/gcc/insn-notes.def |
diff --git a/gcc/gcc/insn-notes.def b/gcc/gcc/insn-notes.def |
index 16b4a2754770854b18e0cd581c992d50ecf027a8..83161ec14b6eb524ee9fe16e01935be9a42cbd41 100644 |
--- a/gcc/gcc/insn-notes.def |
+++ b/gcc/gcc/insn-notes.def |
@@ -70,4 +70,8 @@ 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) |
+ |
#undef INSN_NOTE |