diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-04-27 05:12:26 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-04-27 05:12:26 +0000 |
commit | 9d3d0d6d50933dee60b4579dc93ff6a91e363e2e (patch) | |
tree | cb8d9095d02418889642f4329daf7bcf3633ad5d /gcc/ssa.c | |
parent | def3c3e43eac9b2e3c385ad2cee9e147f43a4da6 (diff) | |
download | gcc-9d3d0d6d50933dee60b4579dc93ff6a91e363e2e.tar.gz |
* flow.c (find_auto_inc): Use pbi->bb instead of BLOCK_FOR_INSN.
* ssa.c (convert_from_ssa): Don't run compute_bb_for_insn.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33461 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ssa.c')
-rw-r--r-- | gcc/ssa.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/ssa.c b/gcc/ssa.c index 5ce108a36cc..2db2d93030b 100644 --- a/gcc/ssa.c +++ b/gcc/ssa.c @@ -1811,7 +1811,6 @@ convert_from_ssa() rtx insns = get_insns (); /* We need up-to-date life information. */ - compute_bb_for_insn (get_max_uid ()); life_analysis (insns, NULL, PROP_KILL_DEAD_CODE | PROP_SCAN_DEAD_CODE); /* Figure out which regs in copies and phi nodes don't conflict and |