* cfg.c (clear_aux_for_blocks): Split out of ...
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 26 Oct 2001 07:49:34 +0000 (07:49 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 26 Oct 2001 07:49:34 +0000 (07:49 +0000)
commit82f7392b2d438610b8c96fa4025129d0d15171f2
tree217b3b458beea6cff0af2f1de2339e47d5bc476d
parent1eb054eaa43b5a80b0ef917a2c87296e1273f6d1
    * cfg.c (clear_aux_for_blocks): Split out of ...
        (free_aux_for_blocks): here.
        (clear_aux_for_edges): Split from ...
        (free_aux_for_edges): here.
        * basic-block.h: Declare them.
        * lcm.c (compute_antinout_edge): Use them.
        (compute_laterin, compute_available, compute_nearerout): Likewise.
        (optimize_mode_switching): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46534 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/basic-block.h
gcc/cfg.c
gcc/lcm.c