diff options
author | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-03-20 09:52:02 +0000 |
---|---|---|
committer | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-03-20 09:52:02 +0000 |
commit | 1dd4980f3cfb2a67c1ba3aee054b44b364d28af7 (patch) | |
tree | e89d5a5556905f0b4ea59f1b8aefd4dafbaed5bb /gcc/tree-pass.h | |
parent | fa42e1a454c4d18a219486c7e0878ce51265456a (diff) | |
download | gcc-1dd4980f3cfb2a67c1ba3aee054b44b364d28af7.tar.gz |
2012-03-20 Richard Guenther <rguenther@suse.de>
* tree-pass.h (pass_rtl_eh): Remove.
* except.c (gate_handle_eh): Likewise.
(rest_of_handle_eh): Likewise.
(pass_rtl_eh): Likewise.
(finish_eh_generation): Export.
* except.h (finish_eh_generation): Declare.
* passes.c (init_optimization_passes): Remove pass_rtl_eh.
* cfgexpand.c (gimple_expand_cfg): Call finish_eh_generation
after expanding stack alignment. Instead of compacting blocks
call cleanup_cfg.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185564 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-pass.h')
-rw-r--r-- | gcc/tree-pass.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree-pass.h b/gcc/tree-pass.h index 6f1fd6aca69..8c50267953c 100644 --- a/gcc/tree-pass.h +++ b/gcc/tree-pass.h @@ -487,7 +487,6 @@ extern struct gimple_opt_pass pass_fixup_cfg; extern struct rtl_opt_pass pass_expand; extern struct rtl_opt_pass pass_init_function; extern struct rtl_opt_pass pass_jump; -extern struct rtl_opt_pass pass_rtl_eh; extern struct rtl_opt_pass pass_initial_value_sets; extern struct rtl_opt_pass pass_unshare_all_rtl; extern struct rtl_opt_pass pass_instantiate_virtual_regs; |