cfg.c (clear_aux_for_blocks): Split out of ...
authorRichard Henderson <rth@redhat.com>
Fri, 26 Oct 2001 07:49:34 +0000 (00:49 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 26 Oct 2001 07:49:34 +0000 (00:49 -0700)
commit108c1afce2b7b55375940b42e3779b76c6c24a1f
tree217b3b458beea6cff0af2f1de2339e47d5bc476d
parent4992fc7ff58e9c9938717fa503b9c2ec5de097a6
cfg.c (clear_aux_for_blocks): Split out of ...

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

From-SVN: r46534
gcc/ChangeLog
gcc/basic-block.h
gcc/cfg.c
gcc/lcm.c