flow.c (redirect_edge_and_branch_force): Initialize global_live_at_start and global_l...
authorRichard Henderson <rth@redhat.com>
Sun, 15 Jul 2001 15:47:05 +0000 (08:47 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sun, 15 Jul 2001 15:47:05 +0000 (08:47 -0700)
commitc319629b9a95ef4d8382cb86647589ee06f837d1
tree75e68a4d9edfabe45a1cb8b284f932ff4f37e9b2
parent25e21aed5640682f693cd304b2d24007d797ce7d
flow.c (redirect_edge_and_branch_force): Initialize global_live_at_start and global_live_at_end.

        * flow.c (redirect_edge_and_branch_force): Initialize
        global_live_at_start and global_live_at_end.
        (allocate_bb_life_data): Export.
        * basic-block.h (allocate_bb_life_data): Declare it.
        * toplev.c (rest_of_compilation): Call it.

From-SVN: r44023
gcc/ChangeLog
gcc/basic-block.h
gcc/flow.c
gcc/toplev.c