diff options
author | Richard Henderson <rth@redhat.com> | 2001-03-27 22:53:49 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2001-03-27 22:53:49 -0800 |
commit | 2f2ee4bba2ea908f7676672935a81f8df590feb3 (patch) | |
tree | 82fb9d73f2a184f90e2c610d158312fb1faaa878 /gcc/output.h | |
parent | ad73b558320545ee96736ae3f3373c48d3622504 (diff) | |
download | gcc-2f2ee4bba2ea908f7676672935a81f8df590feb3.tar.gz |
flow.c (cleanup_cfg): Take no argument.
* flow.c (cleanup_cfg): Take no argument.
* output.h, sibcall.c, toplev.c: Update all calls.
From-SVN: r40910
Diffstat (limited to 'gcc/output.h')
-rw-r--r-- | gcc/output.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/output.h b/gcc/output.h index d50b795c8c8..7a5f10e82c9 100644 --- a/gcc/output.h +++ b/gcc/output.h @@ -133,7 +133,7 @@ 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 *)); -extern void cleanup_cfg PARAMS ((rtx)); +extern void cleanup_cfg PARAMS ((void)); extern void free_basic_block_vars PARAMS ((int)); extern void set_block_num PARAMS ((rtx, int)); extern void check_function_return_warnings PARAMS ((void)); |