diff options
author | Richard Henderson <rth@redhat.com> | 2001-07-15 08:47:05 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2001-07-15 08:47:05 -0700 |
commit | c319629b9a95ef4d8382cb86647589ee06f837d1 (patch) | |
tree | 75e68a4d9edfabe45a1cb8b284f932ff4f37e9b2 /gcc/basic-block.h | |
parent | 25e21aed5640682f693cd304b2d24007d797ce7d (diff) | |
download | gcc-c319629b9a95ef4d8382cb86647589ee06f837d1.zip gcc-c319629b9a95ef4d8382cb86647589ee06f837d1.tar.gz gcc-c319629b9a95ef4d8382cb86647589ee06f837d1.tar.bz2 |
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
Diffstat (limited to 'gcc/basic-block.h')
-rw-r--r-- | gcc/basic-block.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/basic-block.h b/gcc/basic-block.h index fc59073..656c13b 100644 --- a/gcc/basic-block.h +++ b/gcc/basic-block.h @@ -593,6 +593,7 @@ extern void debug_bb_n PARAMS ((int)); extern void dump_regset PARAMS ((regset, FILE *)); extern void debug_regset PARAMS ((regset)); extern void allocate_reg_life_data PARAMS ((void)); +extern void allocate_bb_life_data PARAMS ((void)); extern void find_unreachable_blocks PARAMS ((void)); /* This function is always defined so it can be called from the |