From 0e05e8ea120730bbe3ff45c2f6b9a6172e469ae9 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Thu, 16 Apr 1998 18:40:39 -0600 Subject: varasm.c (asm_output_bss): Add prototype. * varasm.c (asm_output_bss): Add prototype. (asm_output_aligned_bss): Likewise. * unroll.c (verify_addresses): Add prototype. * toplev.c: Add many prototypes. Too many to mention here. * stmt.c (check_seenlabel): Add prototype. * rtlanal.c (reg_set_p_1): Add prototype. (reg_set_last_1): Likewise. * reorg.c (find_dead_or_set_registers): Add prototype. * regmove (try_auto_increment): Add prototype. * regstack.c (pop_stack): Add prototype. From-SVN: r19254 --- gcc/unroll.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/unroll.c') diff --git a/gcc/unroll.c b/gcc/unroll.c index 7e4483e..c21e69f 100644 --- a/gcc/unroll.c +++ b/gcc/unroll.c @@ -210,6 +210,7 @@ static int find_splittable_givs PROTO((struct iv_class *,enum unroll_types, rtx, rtx, rtx, int)); static int reg_dead_after_loop PROTO((rtx, rtx, rtx)); static rtx fold_rtx_mult_add PROTO((rtx, rtx, rtx, enum machine_mode)); +static int verify_addresses PROTO((struct induction *, rtx, int)); static rtx remap_split_bivs PROTO((rtx)); /* Try to unroll one loop and split induction variables in the loop. -- cgit v1.1