From 5e4319714768bb3e314e7653c4d71e73358c4ace Mon Sep 17 00:00:00 2001 From: ghazi Date: Tue, 4 Apr 2000 02:24:50 +0000 Subject: * sparc.c (output_restore_regs): Prototype. (sparc_emit_float_lib_cmp): Constification. * emit-rtl.c (const_int_htab_hash, const_int_htab_eq): Likewise. * reload1.c (reload_cse_delete_noop_set, reload_cse_simplify): Prototype. * simplify-rtx.c (entry_and_rtx_equal_p): Constification. (get_value_hash, hash_rtx): Likewise. * ssa.c (compute_conservative_reg_partition): Prototype. * tree.c (mark_hash_entry): Prototype. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32896 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ssa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/ssa.c') diff --git a/gcc/ssa.c b/gcc/ssa.c index 26ed50ea8fb..54c36ddc7e3 100644 --- a/gcc/ssa.c +++ b/gcc/ssa.c @@ -121,7 +121,7 @@ static int make_regs_equivalent_over_bad_edges static int make_equivalent_phi_alternatives_equivalent PARAMS ((int bb, partition reg_partition)); static partition compute_conservative_reg_partition - PARAMS (()); + PARAMS ((void)); static int rename_equivalent_regs_in_insn PARAMS ((rtx *ptr, void *data)); static void rename_equivalent_regs -- cgit v1.2.1