cfg.c (cached_make_edge): Use find_edge rather than an inlined variant.
authorJeff Law <law@redhat.com>
Mon, 22 Nov 2004 17:14:00 +0000 (10:14 -0700)
committerJeff Law <law@gcc.gnu.org>
Mon, 22 Nov 2004 17:14:00 +0000 (10:14 -0700)
commit9ff3d2dea058075c670842e6ae0ac47d4405f829
treee3538ca20caef7bf1f7f387c46b84c91cda52be6
parent169c5767efa86cacdd6be4ac8cdc21b35f7cab5b
cfg.c (cached_make_edge): Use find_edge rather than an inlined variant.

        * 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.

From-SVN: r91019
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