summaryrefslogtreecommitdiff
path: root/gcc/insn-notes.def
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2011-07-26 00:57:55 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2011-07-26 00:57:55 +0000
commitf927e607d8bd0d6569445abdf260a501636c0530 (patch)
tree34f5674c3fbdbc8a5f32cc6428986681c718c4d5 /gcc/insn-notes.def
parent5374acd132b19d6ac2aed9fff9b2fe5484e5452a (diff)
downloadgcc-f927e607d8bd0d6569445abdf260a501636c0530.tar.gz
* insn-notes.def (NOTE_INSN_CFA_RESTORE_STATE): Remove.
* final.c (final_scan_insn): Don't test for it. (rest_of_clean_state): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@176779 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/insn-notes.def')
-rw-r--r--gcc/insn-notes.def4
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)