diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2001-04-18 03:25:37 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2001-04-18 03:25:37 +0000 |
commit | 2f4e671dfa34c623211bba2214b54cf2d663af11 (patch) | |
tree | 207673fd890f306d64d7889167b09b769dd13983 /gcc/output.h | |
parent | 47e982b247eff96e0bef039b2348b95153d8e92a (diff) | |
download | gcc-2f4e671dfa34c623211bba2214b54cf2d663af11.tar.gz |
output.h (dump_flow_info, [...]): Delete redundant prototypes.
* output.h (dump_flow_info, free_basic_block_vars,
which_alternative): Delete redundant prototypes.
* rtl.h (bss_section): Likewise.
From-SVN: r41398
Diffstat (limited to 'gcc/output.h')
-rw-r--r-- | gcc/output.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/output.h b/gcc/output.h index 407435f04a9..c8fa63c32a8 100644 --- a/gcc/output.h +++ b/gcc/output.h @@ -131,10 +131,8 @@ extern const char *get_insn_template PARAMS ((int, rtx)); 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 *)); extern void cleanup_cfg PARAMS ((void)); -extern void free_basic_block_vars PARAMS ((int)); extern void check_function_return_warnings PARAMS ((void)); #endif @@ -361,10 +359,6 @@ extern tree initializer_constant_valid_p PARAMS ((tree, tree)); extern void output_constant PARAMS ((tree, int)); #endif -/* When outputting assembler code, indicates which alternative - of the constraints was actually satisfied. */ -extern int which_alternative; - #ifdef RTX_CODE /* When outputting delayed branch sequences, this rtx holds the sequence being output. It is null when no delayed branch |