(expand_binop): Use get_insns, not gen_sequence.
authorRichard Stallman <rms@gnu.org>
Mon, 28 Sep 1992 16:24:36 +0000 (16:24 +0000)
committerRichard Stallman <rms@gnu.org>
Mon, 28 Sep 1992 16:24:36 +0000 (16:24 +0000)
From-SVN: r2269

gcc/optabs.c

index 65fd00871e2ff10e9eaf80b670103b82ea0d5ba4..cabab7f449ea33dbf170c62468965e09f37f8506 100644 (file)
@@ -1043,7 +1043,7 @@ expand_binop (mode, binoptab, op0, op1, target, unsignedp, methods)
          abort ();
        }
 
-      seq = gen_sequence ();
+      seq = get_insns ();
       end_sequence ();
 
       if (binoptab->code != UNKNOWN)