diff options
author | Jan Hubicka <jh@suse.cz> | 2002-06-03 20:16:50 +0200 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2002-06-03 18:16:50 +0000 |
commit | 5204d66596d7864904364c8a61a1e62e81c091a1 (patch) | |
tree | 766b4f10bf4b5fb575a750457126b07e7b091dfc /gcc/except.c | |
parent | 824030c6245b042e3dbc81e4151425c446787d91 (diff) | |
download | gcc-5204d66596d7864904364c8a61a1e62e81c091a1.zip gcc-5204d66596d7864904364c8a61a1e62e81c091a1.tar.gz gcc-5204d66596d7864904364c8a61a1e62e81c091a1.tar.bz2 |
except.c (except.c): Do not rebuild CFG.
* except.c (except.c): Do not rebuild CFG.
* toplev.c (rest_of_compilation): Recompute CFG after sibcall
optimization.
From-SVN: r54217
Diffstat (limited to 'gcc/except.c')
-rw-r--r-- | gcc/except.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/except.c b/gcc/except.c index 5b21d64..a2f2c69 100644 --- a/gcc/except.c +++ b/gcc/except.c @@ -2499,8 +2499,6 @@ finish_eh_generation () connect many of the handlers, and then type information will not be effective. Still, this is a win over previous implementations. */ - rebuild_jump_labels (get_insns ()); - find_basic_blocks (get_insns (), max_reg_num (), 0); cleanup_cfg (CLEANUP_PRE_LOOP | CLEANUP_NO_INSN_DEL); /* These registers are used by the landing pads. Make sure they |