diff options
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1438,7 +1438,8 @@ extern void stupid_life_analysis PROTO ((rtx, int, FILE *)); #endif /* In flow.c */ -extern void allocate_for_life_analysis PROTO ((void)); +extern void allocate_bb_life_data PROTO ((void)); +extern void allocate_reg_life_data PROTO ((void)); extern void recompute_reg_usage PROTO ((rtx, int)); #ifdef BUFSIZ extern void dump_flow_info PROTO ((FILE *)); |