From c69916605c40755b50a2b6db59a1963093236f04 Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Sun, 6 Feb 2000 03:40:46 +0000 Subject: Makefile.in (c-common.o): Depend on $(EXPR_H). * Makefile.in (c-common.o): Depend on $(EXPR_H). * c-common.c: Include expr.h. * c-pragma.c (mark_align_stack): Add prototype. * caller-save.c (add_stored_regs): Likewise. * combine.c (record_promoted_value): Likewise. * i386.c (ix86_sched_reorder_pentium, ix86_sched_reorder_ppro): Likewise. * cppinit.c (new_pending_define): Likewise. * cpplib.c (skip_block_comment, skip_line_comment): Likewise. * dwarf2out.c (save_rtx, splice_child_die, reverse_die_lists, AT_class, AT_flag, AT_int, AT_unsigned, AT_string, AT_ref, AT_loc, AT_addr, AT_lbl, get_AT_ref, free_AT, free_die, local_scope_p, class_scope_p): Likewise. * dwarf2out.h (dwarf2out_set_demangle_name_func, dwarf2out_add_library_unit_info): Likewise. * ggc.h (ggc_page_print_statistics): Likewise. * haifa-sched.c (propagate_deps): Likewise. * reg-stack.c (next_flags_user, record_label_references): Likewise. * rtl.h (set_stack_check_libfunc): Likewise. * toplev.h (set_fatal_function): Likewise. * toplev.c (set_fatal_function): Delete prototype. * diagnostic.c: Deconstify functions returning malloc'ed ptrs. From-SVN: r31810 --- gcc/combine.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/combine.c') diff --git a/gcc/combine.c b/gcc/combine.c index 62722c8..d40b6b1 100644 --- a/gcc/combine.c +++ b/gcc/combine.c @@ -417,6 +417,7 @@ static void distribute_notes PARAMS ((rtx, rtx, rtx, rtx, rtx, rtx)); static void distribute_links PARAMS ((rtx)); static void mark_used_regs_combine PARAMS ((rtx)); static int insn_cuid PARAMS ((rtx)); +static void record_promoted_value PARAMS ((rtx, rtx)); /* Substitute NEWVAL, an rtx expression, into INTO, a place in some insn. The substitution can be undone by undo_all. If INTO is already -- cgit v1.1