OSDN Git Service

* basic-block.h: Remove all #defines and prototypes related to
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Nov 1999 08:12:29 +0000 (08:12 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Nov 1999 08:12:29 +0000 (08:12 +0000)
commit8ef4c24fad6ca6d429fe4f60f2984a67e8523b39
treefcd1ce3b1eaf01522a488fd1131c6709f6c06b82
parent1b095d834d4ef8889e7d78a6b5e0196f3130e3f8
    * basic-block.h: Remove all #defines and prototypes related to
        integer lists.
        (free_bb_mem, compute_preds_succs): Remove prototype.
        * rtl.h (free_bb_mem): Remove prototype.
        * flow.c (alloc_int_list_node); Remove function.
        (add_inst_list_node, free_int_list, add_pred_succ): Likewise.
        (compute_preds_succs, free_bb_mem): Likewise.
        * gcse.c (gcse_main): Do not call free_bb_mem anymore.
        * toplev.c (rest_of_compilation): Likewise.
        * haifa-sched.c (build_control_flow): Use flow generated edge
        list to build the haifa specific edge list.
        (find_rgns): Use new CFG data structures instead of pred/succ lists.
        (schedule_insns): Do not build pred/succ lists anymore.  Instead
        build the edge table.

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