mirror of https://github.com/golang/go.git
[dev.power64] cmd/gc: disable magic multiply optimizations for now
LGTM=rsc R=rsc, iant CC=golang-codereviews https://golang.org/cl/126110043
This commit is contained in:
parent
05d670f757
commit
dbf406a9d8
|
|
@ -3345,6 +3345,10 @@ walkdiv(Node **np, NodeList **init)
|
|||
Type *twide;
|
||||
Magic m;
|
||||
|
||||
// TODO(minux)
|
||||
if(thechar == '9')
|
||||
return;
|
||||
|
||||
n = *np;
|
||||
if(n->right->op != OLITERAL)
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in New Issue