aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Henderson <rth@cygnus.com>1999-06-18 08:46:26 -0700
committerRichard Henderson <rth@gcc.gnu.org>1999-06-18 08:46:26 -0700
commit34cea4e94fd267c3545d176443ad6718d5fac4d8 (patch)
tree97e9a52ae2d284e892c52f906e0293510ce1343a
parent51bf846ee99c6467b699a96dc8cd94fd461b54c8 (diff)
downloadgcc-34cea4e94fd267c3545d176443ad6718d5fac4d8.zip
gcc-34cea4e94fd267c3545d176443ad6718d5fac4d8.tar.gz
gcc-34cea4e94fd267c3545d176443ad6718d5fac4d8.tar.bz2
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
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/alpha/alpha.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index db43ce0..5efb552 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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 07:02 1999 Bruce Korb <ddsinc09@ix.netcom.com>
* 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 acbd549..24178f1 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],