Commit 9d0fa9d6 by Nick Clifton Committed by Nick Clifton

Replace gen_sequence with get_insns.

From-SVN: r54695
parent e83f3cff
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> 2002-06-16 Richard Henderson <rth@redhat.com>
* config/i386/i386.h (BIGGEST_FIELD_ALIGNMENT): Define instead * config/i386/i386.h (BIGGEST_FIELD_ALIGNMENT): Define instead
......
...@@ -1681,7 +1681,7 @@ ...@@ -1681,7 +1681,7 @@
start_sequence (); start_sequence ();
emit_insn (gen_cmp_ltusi_insn (op1, GEN_INT (1))); emit_insn (gen_cmp_ltusi_insn (op1, GEN_INT (1)));
emit_insn (gen_movcc_insn (op0)); emit_insn (gen_movcc_insn (op0));
operands[3] = gen_sequence (); operands[3] = get_insns ();
end_sequence (); end_sequence ();
}") }")
...@@ -1735,7 +1735,7 @@ ...@@ -1735,7 +1735,7 @@
emit_insn (gen_cmp_ltusi_insn (op3, GEN_INT (1))); emit_insn (gen_cmp_ltusi_insn (op3, GEN_INT (1)));
emit_insn (gen_movcc_insn (op0)); emit_insn (gen_movcc_insn (op0));
operands[4] = gen_sequence (); operands[4] = get_insns ();
end_sequence (); end_sequence ();
}") }")
......
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