diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-03-28 06:53:49 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-03-28 06:53:49 +0000 |
commit | 253363ea1e6a217abe6168d463d98f09a1cce839 (patch) | |
tree | 82fb9d73f2a184f90e2c610d158312fb1faaa878 /gcc/output.h | |
parent | 022208375a3750f0b792adcfa8176d7e85e5ef6d (diff) | |
download | gcc-253363ea1e6a217abe6168d463d98f09a1cce839.tar.gz |
* flow.c (cleanup_cfg): Take no argument.
* output.h, sibcall.c, toplev.c: Update all calls.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40910 138bc75d-0d04-0410-961f-82ee72b054a4
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)); |