mirror of
https://github.com/golang/go.git
synced 2025-05-19 22:33:25 +00:00
parent
de663b2d6b
commit
fd7d803535
@ -436,8 +436,7 @@ flt2: // binary
|
|||||||
} else {
|
} else {
|
||||||
cgen(nr, &f0);
|
cgen(nr, &f0);
|
||||||
regalloc(&f1, n->type, N);
|
regalloc(&f1, n->type, N);
|
||||||
gmove(&f0, &f1);
|
cgen(nl, &f1);
|
||||||
cgen(nl, &f0);
|
|
||||||
gins(optoas(n->op, n->type), &f0, &f1);
|
gins(optoas(n->op, n->type), &f0, &f1);
|
||||||
}
|
}
|
||||||
gmove(&f1, res);
|
gmove(&f1, res);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user