* cfg.c (cached_make_edge): Use find_edge rather than an inlined
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Nov 2004 17:14:00 +0000 (17:14 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Nov 2004 17:14:00 +0000 (17:14 +0000)
commitc6356c1796657da2e0b31ea892ed768375c96ef1
treee3538ca20caef7bf1f7f387c46b84c91cda52be6
parent3fc92937aad25385f5ae0e1e8525a8f05c5e0d1f
    * cfg.c (cached_make_edge): Use find_edge rather than an inlined
        variant.
        * cfgbuild.c (make_edges): Likewise.
        * cfghooks.c (can_duplicate_block_p): Likewise.
        * cfgloop.c (loop_latch_edge): Likewise.
        * cfgloopmanip.c (force_single_succ_latches): Likewise.
        * cfgrtl.c (rtl_flow_call_edges_add): Likewise.
        * predict.c (predict_loops, propagate_freq): Likewise.
        * tracer.c (tail_duplicate): Likewise.
        * tree-cfg.c (disband_implicit_edges): Likewise.
        (tree_forwarder_block_p, tree_flow_call_edges_add): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91019 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cfg.c
gcc/cfgbuild.c
gcc/cfghooks.c
gcc/cfgloop.c
gcc/cfgloopmanip.c
gcc/cfgrtl.c
gcc/predict.c
gcc/tracer.c
gcc/tree-cfg.c