From e009aaf31fe0817ed9935c668817b2b83e141ba4 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Thu, 16 Apr 1998 17:56:12 -0600 Subject: loop.c (regs_patch_p): Add prototype. * loop.c (regs_patch_p): Add prototype. (add_label_notes, count_nonfixed_reads): Likewise. (find_single_use_in_loop): Likewise. (express_from): Surround prototype with #ifdef. (giv_sort): Similarly. * jump.c (mark_modified_reg): Add prototype. * haifa-sched.c (is_prisky): Add prototype. (queue_to_ready): Likewise. * genextract.c (gen_insn): Add prototype. * genemit.c (max_operand_1): Add prototype. (max_operand_vec, print_code, gen_exp, gen_insn): Likewise. (gen_expand, gen_explit, output_add_clobbers): Likewise. (output_init_mov_optab): Likewise. * genattrtab.c (attr_hash_add_rtx): Add prototype. (attr_hash_add_string, write_length_unit_log): Likewise. * genattr.c (init_range): Add prototype. * combine.c (sets_function_arg_p): Add prototype. From-SVN: r19251 --- gcc/genattrtab.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gcc/genattrtab.c') diff --git a/gcc/genattrtab.c b/gcc/genattrtab.c index 374f50f..2c2c9dd 100644 --- a/gcc/genattrtab.c +++ b/gcc/genattrtab.c @@ -363,6 +363,8 @@ int optimize = 0; struct _global_rtl global_rtl; rtx pic_offset_table_rtx; +static void attr_hash_add_rtx PROTO((int, rtx)); +static void attr_hash_add_string PROTO((int, char *)); static rtx attr_rtx PVPROTO((enum rtx_code, ...)); #ifdef HAVE_VPRINTF static char *attr_printf PVPROTO((int, char *, ...)); @@ -396,6 +398,7 @@ static rtx identity_fn PROTO((rtx)); static rtx zero_fn PROTO((rtx)); static rtx one_fn PROTO((rtx)); static rtx max_fn PROTO((rtx)); +static void write_length_unit_log PROTO ((void)); static rtx simplify_cond PROTO((rtx, int, int)); #if 0 static rtx simplify_by_alternatives PROTO((rtx, int, int)); -- cgit v1.1