aboutsummaryrefslogtreecommitdiff
path: root/gcc/except.h
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2009-04-04 19:09:45 +0200
committerJan Hubicka <hubicka@gcc.gnu.org>2009-04-04 17:09:45 +0000
commit4e6d1743a1ecc5cf64ceaa7267494828c51383b4 (patch)
tree158293eb0d8b0ff007c7e3e9274ce328ad42d9c5 /gcc/except.h
parent6f85546f7c47327ca9f4599ea4c11180df915967 (diff)
downloadgcc-4e6d1743a1ecc5cf64ceaa7267494828c51383b4.zip
gcc-4e6d1743a1ecc5cf64ceaa7267494828c51383b4.tar.gz
gcc-4e6d1743a1ecc5cf64ceaa7267494828c51383b4.tar.bz2
except.c (remove_eh_handler): Make static.
* except.c (remove_eh_handler): Make static. (eh_region_must_not_throw_p): Kill. (expand_resx_expr): Assertize. (duplicate_eh_regions): Accept callback as parameter; comment. * except.h (duplicate_eh_regions): New function. (remap_decl_v): Kill. (copy_cfg_body): Update call of duplicate_eh_regions. From-SVN: r145542
Diffstat (limited to 'gcc/except.h')
-rw-r--r--gcc/except.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/except.h b/gcc/except.h
index e407ec2..741c654 100644
--- a/gcc/except.h
+++ b/gcc/except.h
@@ -97,6 +97,7 @@ extern struct eh_region *gen_eh_region_allowed (struct eh_region *, tree);
extern struct eh_region *gen_eh_region_must_not_throw (struct eh_region *);
extern int get_eh_region_number (struct eh_region *);
extern bool get_eh_region_may_contain_throw (struct eh_region *);
+extern tree get_eh_region_no_tree_label (int);
extern tree get_eh_region_tree_label (struct eh_region *);
extern void set_eh_region_tree_label (struct eh_region *, tree);