diff options
Diffstat (limited to 'gcc/output.h')
| -rw-r--r-- | gcc/output.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/output.h b/gcc/output.h index dbc373d..ecd3253 100644 --- a/gcc/output.h +++ b/gcc/output.h @@ -131,7 +131,8 @@ extern void allocate_for_life_analysis PARAMS ((void)); extern int regno_uninitialized PARAMS ((int)); extern int regno_clobbered_at_setjmp PARAMS ((int)); extern void dump_flow_info PARAMS ((FILE *)); -extern void find_basic_blocks PARAMS ((rtx, int, FILE *, int)); +extern void find_basic_blocks PARAMS ((rtx, int, FILE *)); +extern void cleanup_cfg PARAMS ((rtx)); extern void calculate_loop_depth PARAMS ((FILE *)); extern void free_basic_block_vars PARAMS ((int)); extern void set_block_num PARAMS ((rtx, int)); |
