Replace gen_sequence with get_insns.

From-SVN: r54695
This commit is contained in:
Nick Clifton 2002-06-17 07:20:15 +00:00 committed by Nick Clifton
parent e83f3cffaf
commit 9d0fa9d629
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2002-06-17 Nick Clifton <nickc@cambridge.redhat.com>
* config/m32r/m32r.md: Replace gen_sequence with get_insns.
2002-06-16 Richard Henderson <rth@redhat.com>
* config/i386/i386.h (BIGGEST_FIELD_ALIGNMENT): Define instead

View File

@ -1681,7 +1681,7 @@
start_sequence ();
emit_insn (gen_cmp_ltusi_insn (op1, GEN_INT (1)));
emit_insn (gen_movcc_insn (op0));
operands[3] = gen_sequence ();
operands[3] = get_insns ();
end_sequence ();
}")
@ -1735,7 +1735,7 @@
emit_insn (gen_cmp_ltusi_insn (op3, GEN_INT (1)));
emit_insn (gen_movcc_insn (op0));
operands[4] = gen_sequence ();
operands[4] = get_insns ();
end_sequence ();
}")