summaryrefslogtreecommitdiff
path: root/gcc/reg-notes.def
diff options
context:
space:
mode:
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2013-04-08 19:59:57 +0000
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2013-04-08 19:59:57 +0000
commit3ff7f7e73ee3d4d153d1a1fcc317401797689236 (patch)
tree0610536ff474f68b4b12cecefe9563258f831516 /gcc/reg-notes.def
parentc761b6a4d9796f47705a6a9952d53dd0146cfdf4 (diff)
downloadgcc-3ff7f7e73ee3d4d153d1a1fcc317401797689236.tar.gz
* doc/rtl.texi (sequence): Rewrite documentation to match the
current use of SEQUENCE rtl objects. * rtl.def (SEQUENCE): Likewise. * doc/rtl.texi (NOTE_INSN_EH_REGION_BEG, NOTE_INSN_EH_REGION_END): Update documentation. (NOTE_INSN_LOOP_BEG, NOTE_INSN_LOOP_END, NOTE_INSN_LOOP_CONT, NOTE_INSN_LOOP_VTOP): Remove documentation for non-existing notes. * reg-notes.def (REG_EH_CONTEXT): Remove unused note. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@197611 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/reg-notes.def')
-rw-r--r--gcc/reg-notes.def5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/reg-notes.def b/gcc/reg-notes.def
index db61c092aab..3b1d27ca8a7 100644
--- a/gcc/reg-notes.def
+++ b/gcc/reg-notes.def
@@ -172,11 +172,6 @@ REG_NOTE (CFA_WINDOW_SAVE)
the rest of the compiler as a CALL_INSN. */
REG_NOTE (CFA_FLUSH_QUEUE)
-/* Indicates that REG holds the exception context for the function.
- This context is shared by inline functions, so the code to acquire
- the real exception context is delayed until after inlining. */
-REG_NOTE (EH_CONTEXT)
-
/* Indicates what exception region an INSN belongs in. This is used
to indicate what region to which a call may throw. REGION 0
indicates that a call cannot throw at all. REGION -1 indicates