flow.c (find_auto_inc): Use pbi->bb instead of BLOCK_FOR_INSN.
authorRichard Henderson <rth@cygnus.com>
Thu, 27 Apr 2000 05:12:26 +0000 (22:12 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 27 Apr 2000 05:12:26 +0000 (22:12 -0700)
commit443b75c925b8b46c819fced9c4266f590b359bae
treecb8d9095d02418889642f4329daf7bcf3633ad5d
parent292f38694a71cd35b5eb3239e39bff7bf2b244e4
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
gcc/ChangeLog
gcc/flow.c
gcc/ssa.c