diff options
author | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-04-04 17:09:45 +0000 |
---|---|---|
committer | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-04-04 17:09:45 +0000 |
commit | 3bd824875843331bd147324cf092ef143ac37d50 (patch) | |
tree | 158293eb0d8b0ff007c7e3e9274ce328ad42d9c5 /gcc/except.h | |
parent | a9f59e795834e1faf95d90e6359a27772cd55bf3 (diff) | |
download | gcc-3bd824875843331bd147324cf092ef143ac37d50.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145542 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/except.h')
-rw-r--r-- | gcc/except.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/except.h b/gcc/except.h index e407ec2c7f8..741c6548339 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); |