[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:
Shenghou Ma 2014-08-12 22:07:15 -04:00
parent 05d670f757
commit dbf406a9d8
1 changed files with 4 additions and 0 deletions

View File

@ -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;