(expand_binop): Use get_insns, not gen_sequence.

From-SVN: r2269
This commit is contained in:
Richard Stallman 1992-09-28 16:24:36 +00:00
parent 8706edbc5c
commit c15886da53

View 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)