From e2bef702d6db5181253b7edd7f9ca9c88abedd00 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Thu, 2 Sep 1999 10:29:25 -0700 Subject: dwarf2out.c (dwarf2out_line): Constify `lastfile'. * dwarf2out.c (dwarf2out_line): Constify `lastfile'. * except.c (expand_rethrow): Remove unused variable. * expr.c (do_jump_by_parts_greater_rtx): Likewise. * flow.c (replace_insns): Likewise. (create_edge_list, verify_edge_list): Likewise. * gcse.c (cprop_cc0_jump): Protect declaration with HAVE_cc0. * genemit.c (gen_expand): Only emit `operands[N]' decl if there is special code to run. (main): Don't define operands to emit_operand. * genrecog.c (main): Don't emit an empty peephole2_insn function. * rtl.h (NOTE_BASIC_BLOCK): Use X0BBDEF. * alpha/alpha.h (normal_memory_operand): Declare. (reg_no_subreg_operand): Declare. * alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Use HOST_WIDE_INT_PRINT_DEC. From-SVN: r29061 --- gcc/gcse.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gcc/gcse.c') diff --git a/gcc/gcse.c b/gcc/gcse.c index 3fa620a..2c299a2 100644 --- a/gcc/gcse.c +++ b/gcc/gcse.c @@ -577,7 +577,9 @@ static void find_used_regs PROTO ((rtx)); static int try_replace_reg PROTO ((rtx, rtx, rtx)); static struct expr *find_avail_set PROTO ((int, rtx)); static int cprop_jump PROTO((rtx, rtx, struct reg_use *, rtx)); +#ifdef HAVE_cc0 static int cprop_cc0_jump PROTO((rtx, struct reg_use *, rtx)); +#endif static int cprop_insn PROTO ((rtx, int)); static int cprop PROTO ((int)); static int one_cprop_pass PROTO ((int, int)); -- cgit v1.1