From 5aa550437e6a81bdf8b7eb59a5fc4c6f2825c6da Mon Sep 17 00:00:00 2001 From: Andrew Macleod Date: Mon, 16 Mar 1998 12:51:14 +0000 Subject: [PATCH] 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 --- gcc/except.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gcc/except.h b/gcc/except.h index cdc1bd7356c..0356bd398e9 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)); -- 2.30.2