aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorMike Stump <mrs@gcc.gnu.org>1996-07-23 19:58:32 +0000
committerMike Stump <mrs@gcc.gnu.org>1996-07-23 19:58:32 +0000
commit3d1953912dca5809d9e37fccd9ee606d5b637dc4 (patch)
tree1c0bd0746f99e312b8963dffdd68f8232301c95b /gcc/rtl.h
parent84f414bc1f23881578336f4758a00538711f1bbc (diff)
downloadgcc-3d1953912dca5809d9e37fccd9ee606d5b637dc4.zip
gcc-3d1953912dca5809d9e37fccd9ee606d5b637dc4.tar.gz
gcc-3d1953912dca5809d9e37fccd9ee606d5b637dc4.tar.bz2
install EH code
From-SVN: r12548
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 892b709..6c13ac7 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -384,6 +384,9 @@ extern char *reg_note_name[];
i.e. the point just after all of the parms have been moved into
their homes, etc. */
#define NOTE_INSN_FUNCTION_BEG -13
+/* These note where exception handling regions begin and end. */
+#define NOTE_INSN_EH_REGION_BEG -14
+#define NOTE_INSN_EH_REGION_END -15
#if 0 /* These are not used, and I don't know what they were for. --rms. */