Commit c15886da by Richard Stallman

(expand_binop): Use get_insns, not gen_sequence.

From-SVN: r2269
parent 8706edbc
......@@ -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)
......
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