]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
alpha.c (alpha_expand_block_move): Use get_insns rather than gen_sequence as argument...
authorRichard Henderson <rth@cygnus.com>
Fri, 18 Jun 1999 15:45:46 +0000 (08:45 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 18 Jun 1999 15:45:46 +0000 (08:45 -0700)
        * alpha.c (alpha_expand_block_move): Use get_insns rather than
        gen_sequence as argument to emit_no_conflict_block.

From-SVN: r27597

gcc/ChangeLog
gcc/config/alpha/alpha.c

index b11d109189ef195c51172190661d2b62e929d2b1..c169d75365010092161d281b1dbc167bc2711673 100644 (file)
@@ -1,3 +1,8 @@
+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 06:48:30 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * fixinc/inclhack.def (ioctl_fix_ctrl): Fix the definition of _*ISCTRL().
index acbd549fb4006067ac13f8f04d448b543d62799d..24178f16d2aada74679f6fa2835b641b5e2455fb 100644 (file)
@@ -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],