aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.c
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.c
parent84f414bc1f23881578336f4758a00538711f1bbc (diff)
downloadgcc-3d1953912dca5809d9e37fccd9ee606d5b637dc4.zip
gcc-3d1953912dca5809d9e37fccd9ee606d5b637dc4.tar.gz
gcc-3d1953912dca5809d9e37fccd9ee606d5b637dc4.tar.bz2
install EH code
From-SVN: r12548
Diffstat (limited to 'gcc/rtl.c')
-rw-r--r--gcc/rtl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/rtl.c b/gcc/rtl.c
index 8c65d48..7a366b4 100644
--- a/gcc/rtl.c
+++ b/gcc/rtl.c
@@ -172,7 +172,8 @@ char *note_insn_name[] = { 0 , "NOTE_INSN_DELETED",
"NOTE_INSN_FUNCTION_END", "NOTE_INSN_SETJMP",
"NOTE_INSN_LOOP_CONT", "NOTE_INSN_LOOP_VTOP",
"NOTE_INSN_PROLOGUE_END", "NOTE_INSN_EPILOGUE_BEG",
- "NOTE_INSN_DELETED_LABEL", "NOTE_INSN_FUNCTION_BEG"};
+ "NOTE_INSN_DELETED_LABEL", "NOTE_INSN_FUNCTION_BEG",
+ "NOTE_INSN_EH_REGION_BEG", "NOTE_INSN_EH_REGION_END"};
char *reg_note_name[] = { "", "REG_DEAD", "REG_INC", "REG_EQUIV", "REG_WAS_0",
"REG_EQUAL", "REG_RETVAL", "REG_LIBCALL",