]> git.ipfire.org Git - thirdparty/gcc.git/commit
basic-block.h (set_block_num): Declare.
authorRichard Henderson <rth@cygnus.com>
Mon, 18 Oct 1999 22:20:27 +0000 (15:20 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 18 Oct 1999 22:20:27 +0000 (15:20 -0700)
commitc88e82068294b20f55b8d4ca6b302d5486f9881b
treead7060cd4617a41e224844edcb92fdc6b9b65814
parent87b5c7e5e4321f5c069e047836e1160e371365e8
basic-block.h (set_block_num): Declare.

        * basic-block.h (set_block_num): Declare.
        * flow.c (update_life_info): Don't call compute_bb_for_insn
        or free_basic_block_vars.
        * haifa-sched.c (remove_dependence): Conditionalize on HAVE_cc0.
        (insn_orig_block): Remove.
        (INSN_BLOCK): Remove.  Update all callers to use BLOCK_NUM.
        (schedule_block): Keep BLOCK_NUM up-to-date.
        (schedule_insns): Use compute_bb_for_insn.
        * recog.c (split_all_insns): Likewise.
        (peephole2_optimize): Likewise.

From-SVN: r30073
gcc/ChangeLog
gcc/basic-block.h
gcc/flow.c
gcc/haifa-sched.c
gcc/recog.c