diff options
author | Marc Espie <espie@cvs.openbsd.org> | 1999-07-18 17:24:56 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 1999-07-18 17:24:56 +0000 |
commit | ff3432c423a73d62e3baaedbba3dd9f99f7c8b75 (patch) | |
tree | 4dfcf66486f82bf599292e91f5f458593bf53006 /gnu/egcs/gcc/config/alpha | |
parent | d853a9ffbf5a469e8a4bd03f3c3e7878dd6a932c (diff) |
Merge
Diffstat (limited to 'gnu/egcs/gcc/config/alpha')
-rw-r--r-- | gnu/egcs/gcc/config/alpha/alpha.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/egcs/gcc/config/alpha/alpha.c b/gnu/egcs/gcc/config/alpha/alpha.c index acbd549fb40..24178f16d2a 100644 --- a/gnu/egcs/gcc/config/alpha/alpha.c +++ b/gnu/egcs/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], |