(expand_binop): Use get_insns, not gen_sequence.
From-SVN: r2269
This commit is contained in:
parent
8706edbc5c
commit
c15886da53
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user