OSDN Git Service

Replace gen_sequence with get_insns.
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Jun 2002 07:20:15 +0000 (07:20 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Jun 2002 07:20:15 +0000 (07:20 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54695 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/m32r/m32r.md

index 2d2729e..4495939 100644 (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
index a8e28db..4de64b0 100644 (file)
   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 ();
 }")
 
 
   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 ();
 }")