diff options
author | Richard Guenther <rguenther@suse.de> | 2012-03-20 09:52:02 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2012-03-20 09:52:02 +0000 |
commit | dac1fbf86ef1fa930f1edda9a19d1fb5242572a0 (patch) | |
tree | e89d5a5556905f0b4ea59f1b8aefd4dafbaed5bb /gcc/passes.c | |
parent | 7ebf9677e58b3f97e71f267e4f27bcaf01458393 (diff) | |
download | gcc-dac1fbf86ef1fa930f1edda9a19d1fb5242572a0.zip gcc-dac1fbf86ef1fa930f1edda9a19d1fb5242572a0.tar.gz gcc-dac1fbf86ef1fa930f1edda9a19d1fb5242572a0.tar.bz2 |
tree-pass.h (pass_rtl_eh): Remove.
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.
From-SVN: r185564
Diffstat (limited to 'gcc/passes.c')
-rw-r--r-- | gcc/passes.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/passes.c b/gcc/passes.c index 6e58d8b..02b1b5b 100644 --- a/gcc/passes.c +++ b/gcc/passes.c @@ -1431,7 +1431,6 @@ init_optimization_passes (void) struct opt_pass **p = &pass_rest_of_compilation.pass.sub; NEXT_PASS (pass_init_function); NEXT_PASS (pass_jump); - NEXT_PASS (pass_rtl_eh); NEXT_PASS (pass_initial_value_sets); NEXT_PASS (pass_unshare_all_rtl); NEXT_PASS (pass_instantiate_virtual_regs); |