aboutsummaryrefslogtreecommitdiff
path: root/gcc/except.h
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2007-01-14 11:47:48 +0100
committerJan Hubicka <hubicka@gcc.gnu.org>2007-01-14 10:47:48 +0000
commit4437b50d212393791a10cf46c45fabebe199ece2 (patch)
treeba3d2a54e12acf5a6f8ebf12cf291d3eb2f05ffb /gcc/except.h
parent843b634331abe3739193f745e5dbf66abc6dfd6f (diff)
downloadgcc-4437b50d212393791a10cf46c45fabebe199ece2.zip
gcc-4437b50d212393791a10cf46c45fabebe199ece2.tar.gz
gcc-4437b50d212393791a10cf46c45fabebe199ece2.tar.bz2
tree-eh.c (add_stmt_to_eh_region_fn): Do not add call_exprs separately.
* tree-eh.c (add_stmt_to_eh_region_fn): Do not add call_exprs separately. (remove_stmt_from_eh_region_fn): Do not remove call_exprs. (verify_eh_throw_stmt_node, verify_eh_throw_table_statements): Kill. * except.h (verify_eh_throw_table_statements): Kill prototype. * cfgexpand.c (expand_gimple_basic_block): Propagate Eh regions into call exrepssions. * tree-optimize.c (execute_free_cfg_annotatiosn): Do not call eh trhow verifier. * tree-cfg.c: Include pointer-set.h. (verify_node_sharing): Work on pointer set. (verify_eh_throw_stmt_node): New. (verify_stmts): Use pointers sets, verify throw_stmt. From-SVN: r120766
Diffstat (limited to 'gcc/except.h')
-rw-r--r--gcc/except.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/except.h b/gcc/except.h
index 5efad71..5b50d2a 100644
--- a/gcc/except.h
+++ b/gcc/except.h
@@ -176,7 +176,3 @@ struct throw_stmt_node GTY(())
extern struct htab *get_eh_throw_stmt_table (struct function *);
extern void set_eh_throw_stmt_table (struct function *, struct htab *);
-
-#ifdef ENABLE_CHECKING
-extern void verify_eh_throw_table_statements (void);
-#endif