OSDN Git Service

* gcse.c (post_dominators): Kill.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 7 Nov 1999 00:36:35 +0000 (00:36 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 7 Nov 1999 00:36:35 +0000 (00:36 +0000)
commit683035e9448243c271159b6cb1ce0500a48e92c2
tree94fe489fb7140cdc9aa35fd9eb02e59df99a88c9
parent96e5d0ea9144258ef4a4548acb594891506284d3
    * gcse.c (post_dominators): Kill.
        (alloc_code_hoist_mem, free_code_hoist_mem); Kill post_dominators.
        (compute_code_hoist_data): Use compute_flow_dominators.  Do not
        pass in a pdom array since we do not need pdoms.
        * haifa-sched.c (schedule_insns): Similarly.
        * flow.c (compute_dominators): Remove dead function.
        (compute_flow_dominators): Do not compute doms or pdoms if the
        caller does not request them.  Split up loop to build doms and
        pdoms.  Use a worklist to compute doms and pdoms.
        * basic-block.h (compute_dominators): Remove prototype.

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