From 18e765cbda8f41f36ca36ee219e2d53e3b821fba Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Mon, 19 Oct 1998 14:23:44 -0600 Subject: [multiple changes] 1998-10-18 Herman A.J. ten Brugge * reorg.c (steal_delay_list_from_target) Check for insns that modify the condition codes and effect the direction of the jump in the sequence. Sat Oct 17 13:09:09 1998 Graham * function.c (purge_addressof_1): Replace call to emit_insns_before() with emit_insn_before(). From-SVN: r23189 --- gcc/function.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/function.c') diff --git a/gcc/function.c b/gcc/function.c index 148acc0e4fb..e7f6afacdb5 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -2860,7 +2860,7 @@ purge_addressof_1 (loc, insn, force, store) insns = gen_sequence (); end_sequence (); - emit_insns_before (insns, insn); + emit_insn_before (insns, insn); return; } else if (code == MEM && GET_CODE (XEXP (x, 0)) == ADDRESSOF && ! force) -- cgit v1.2.3