aboutsummaryrefslogtreecommitdiff
path: root/gcc/reg-notes.def
diff options
context:
space:
mode:
authorSteven Bosscher <steven@gcc.gnu.org>2013-04-08 19:59:57 +0000
committerSteven Bosscher <steven@gcc.gnu.org>2013-04-08 19:59:57 +0000
commit9fb6b620f09541d0f00e1e2f34de5401b716741f (patch)
tree0610536ff474f68b4b12cecefe9563258f831516 /gcc/reg-notes.def
parenta2d0800a410ddd6dd321fd6b92c0e21f029fcbab (diff)
downloadgcc-9fb6b620f09541d0f00e1e2f34de5401b716741f.zip
gcc-9fb6b620f09541d0f00e1e2f34de5401b716741f.tar.gz
gcc-9fb6b620f09541d0f00e1e2f34de5401b716741f.tar.bz2
rtl.texi (sequence): Rewrite documentation to match the current use of SEQUENCE rtl objects.
* 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. From-SVN: r197611
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 db61c09..3b1d27c 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