Commit 34cea4e9 by Richard Henderson Committed by Richard Henderson

alpha.c (alpha_expand_block_move): Use get_insns rather than gen_sequence as…

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
parent 51bf846e
Fri Jun 18 15:44:18 1999 Richard Henderson <rth@cygnus.com>
* 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 <ddsinc09@ix.netcom.com>
* fixinc/mkfixinc.sh: enable the fixincl program for DG/UX
......
......@@ -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],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment