aboutsummaryrefslogtreecommitdiff
path: root/gcc/except.h
diff options
context:
space:
mode:
authorAndrew Macleod <amacleod@gcc.gnu.org>1998-03-16 12:51:14 +0000
committerAndrew Macleod <amacleod@gcc.gnu.org>1998-03-16 12:51:14 +0000
commit5aa550437e6a81bdf8b7eb59a5fc4c6f2825c6da (patch)
treece69f93d9c4480d6cb35edbb951c8d628e4c8653 /gcc/except.h
parenta0b61d14198e7e97bb5489f7bdd5dd3849f1885f (diff)
downloadgcc-5aa550437e6a81bdf8b7eb59a5fc4c6f2825c6da.zip
gcc-5aa550437e6a81bdf8b7eb59a5fc4c6f2825c6da.tar.gz
gcc-5aa550437e6a81bdf8b7eb59a5fc4c6f2825c6da.tar.bz2
except.h (in_same_eh_region): New prototype.
* except.h (in_same_eh_region): New prototype. (free_insn_eh_region, init_insn_eh_region): New prototypes. From-SVN: r18623
Diffstat (limited to 'gcc/except.h')
-rw-r--r--gcc/except.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/except.h b/gcc/except.h
index cdc1bd7..0356bd3 100644
--- a/gcc/except.h
+++ b/gcc/except.h
@@ -292,3 +292,10 @@ void expand_builtin_set_return_addr_reg PROTO((tree));
void expand_builtin_set_eh_regs PROTO((tree, tree));
rtx expand_builtin_dwarf_reg_size PROTO((tree, rtx));
#endif
+
+
+/* Checking whether 2 instructions are within the same exception region. */
+
+int in_same_eh_region PROTO((rtx, rtx));
+void free_insn_eh_region PROTO((void));
+void init_insn_eh_region PROTO((rtx, int));