From: Richard Henderson Date: Fri, 18 Jun 1999 15:46:26 +0000 (-0700) Subject: alpha.c (alpha_expand_block_move): Use get_insns rather than gen_sequence as argument... X-Git-Tag: releases/libgcj-2.95.0~110 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34cea4e94fd267c3545d176443ad6718d5fac4d8;p=thirdparty%2Fgcc.git alpha.c (alpha_expand_block_move): Use get_insns rather than gen_sequence as argument to emit_no_conflict_block. * alpha.c (alpha_expand_block_move): Use get_insns rather than gen_sequence as argument to emit_no_conflict_block. From-SVN: r27598 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index db43ce04052b..5efb552b16ba 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Fri Jun 18 15:44:18 1999 Richard Henderson + + * alpha.c (alpha_expand_block_move): Use get_insns rather than + gen_sequence as argument to emit_no_conflict_block. + Fri Jun 18 07:02 1999 Bruce Korb * fixinc/mkfixinc.sh: enable the fixincl program for DG/UX diff --git a/gcc/config/alpha/alpha.c b/gcc/config/alpha/alpha.c index acbd549fb400..24178f16d2aa 100644 --- a/gcc/config/alpha/alpha.c +++ b/gcc/config/alpha/alpha.c @@ -2130,7 +2130,7 @@ alpha_expand_block_move (operands) start_sequence (); emit_move_insn (gen_lowpart (DImode, tmp), data_regs[0]); emit_move_insn (gen_highpart (DImode, tmp), data_regs[1]); - seq = gen_sequence (); + seq = get_insns (); end_sequence (); emit_no_conflict_block (seq, tmp, data_regs[0],