diff options
author | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-03 18:16:50 +0000 |
---|---|---|
committer | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-03 18:16:50 +0000 |
commit | 0c2263a73cfd9c882431edf3c93c1d4875375756 (patch) | |
tree | 766b4f10bf4b5fb575a750457126b07e7b091dfc /gcc/except.c | |
parent | 80a6b954ffb446c4701135c18d9ef3b7a5b482a0 (diff) | |
download | gcc-0c2263a73cfd9c882431edf3c93c1d4875375756.tar.gz |
* except.c (except.c): Do not rebuild CFG.
* toplev.c (rest_of_compilation): Recompute CFG after sibcall
optimization.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54217 138bc75d-0d04-0410-961f-82ee72b054a4
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 5b21d64acd6..a2f2c69a1e1 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 |