OSDN Git Service

* basic-block.h (set_block_num): Declare.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 Oct 1999 22:20:27 +0000 (22:20 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 Oct 1999 22:20:27 +0000 (22:20 +0000)
commitd696632f7d6c418037102cc8a577a67ce68fae49
treead7060cd4617a41e224844edcb92fdc6b9b65814
parentfdb1b1fb49873863f5f6d633bdcf2a0dd13ff03a
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30073 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/basic-block.h
gcc/flow.c
gcc/haifa-sched.c
gcc/recog.c