aboutsummaryrefslogtreecommitdiff
path: root/gcc/ssa.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@cygnus.com>2000-04-26 22:12:26 -0700
committerRichard Henderson <rth@gcc.gnu.org>2000-04-26 22:12:26 -0700
commit443b75c925b8b46c819fced9c4266f590b359bae (patch)
treecb8d9095d02418889642f4329daf7bcf3633ad5d /gcc/ssa.c
parent292f38694a71cd35b5eb3239e39bff7bf2b244e4 (diff)
downloadgcc-443b75c925b8b46c819fced9c4266f590b359bae.zip
gcc-443b75c925b8b46c819fced9c4266f590b359bae.tar.gz
gcc-443b75c925b8b46c819fced9c4266f590b359bae.tar.bz2
flow.c (find_auto_inc): Use pbi->bb instead of BLOCK_FOR_INSN.
* 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. From-SVN: r33461
Diffstat (limited to 'gcc/ssa.c')
-rw-r--r--gcc/ssa.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/ssa.c b/gcc/ssa.c
index 5ce108a..2db2d93 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