-
- Downloads
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
Showing
- gcc/ChangeLog 14 additions, 0 deletionsgcc/ChangeLog
- gcc/cfg.c 6 additions, 7 deletionsgcc/cfg.c
- gcc/cfgbuild.c 4 additions, 7 deletionsgcc/cfgbuild.c
- gcc/cfghooks.c 3 additions, 4 deletionsgcc/cfghooks.c
- gcc/cfgloop.c 1 addition, 8 deletionsgcc/cfgloop.c
- gcc/cfgloopmanip.c 1 addition, 4 deletionsgcc/cfgloopmanip.c
- gcc/cfgrtl.c 8 additions, 11 deletionsgcc/cfgrtl.c
- gcc/predict.c 21 additions, 20 deletionsgcc/predict.c
- gcc/tracer.c 1 addition, 4 deletionsgcc/tracer.c
- gcc/tree-cfg.c 12 additions, 21 deletionsgcc/tree-cfg.c
Loading
Please register or sign in to comment