Commit 2f4e671d by Kaveh R. Ghazi Committed by Kaveh Ghazi

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
parent 47e982b2
2001-04-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* output.h (dump_flow_info, free_basic_block_vars,
which_alternative): Delete redundant prototypes.
* rtl.h (bss_section): Likewise.
2001-04-17 Loren J. Rittle <ljrittle@acm.org> 2001-04-17 Loren J. Rittle <ljrittle@acm.org>
* dbxout.c (N_OPT): Define if not available from <stab.h> * dbxout.c (N_OPT): Define if not available from <stab.h>
......
...@@ -131,10 +131,8 @@ extern const char *get_insn_template PARAMS ((int, rtx)); ...@@ -131,10 +131,8 @@ extern const char *get_insn_template PARAMS ((int, rtx));
extern void allocate_for_life_analysis PARAMS ((void)); extern void allocate_for_life_analysis PARAMS ((void));
extern int regno_uninitialized PARAMS ((int)); extern int regno_uninitialized PARAMS ((int));
extern int regno_clobbered_at_setjmp 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 find_basic_blocks PARAMS ((rtx, int, FILE *));
extern void cleanup_cfg PARAMS ((void)); extern void cleanup_cfg PARAMS ((void));
extern void free_basic_block_vars PARAMS ((int));
extern void check_function_return_warnings PARAMS ((void)); extern void check_function_return_warnings PARAMS ((void));
#endif #endif
...@@ -361,10 +359,6 @@ extern tree initializer_constant_valid_p PARAMS ((tree, tree)); ...@@ -361,10 +359,6 @@ extern tree initializer_constant_valid_p PARAMS ((tree, tree));
extern void output_constant PARAMS ((tree, int)); extern void output_constant PARAMS ((tree, int));
#endif #endif
/* When outputting assembler code, indicates which alternative
of the constraints was actually satisfied. */
extern int which_alternative;
#ifdef RTX_CODE #ifdef RTX_CODE
/* When outputting delayed branch sequences, this rtx holds the /* When outputting delayed branch sequences, this rtx holds the
sequence being output. It is null when no delayed branch sequence being output. It is null when no delayed branch
......
...@@ -1939,7 +1939,6 @@ extern rtx emit_library_call_value PARAMS ((rtx, rtx, enum libcall_type, ...@@ -1939,7 +1939,6 @@ extern rtx emit_library_call_value PARAMS ((rtx, rtx, enum libcall_type,
extern int set_dominates_use PARAMS ((int, int, int, rtx, rtx)); extern int set_dominates_use PARAMS ((int, int, int, rtx, rtx));
/* In varasm.c */ /* In varasm.c */
extern void bss_section PARAMS ((void));
extern int in_data_section PARAMS ((void)); extern int in_data_section PARAMS ((void));
extern void init_varasm_once PARAMS ((void)); extern void init_varasm_once PARAMS ((void));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment