]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/ssa: fix GO386=387 build
authorIlya Tocar <ilya.tocar@intel.com>
Thu, 5 Apr 2018 18:40:51 +0000 (13:40 -0500)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 5 Apr 2018 18:54:31 +0000 (18:54 +0000)
commitd3026dd30ac8a5254ec2165938624397fdecf132
tree14094cbe969670281257cc5ec3a474867b7ad94c
parent6703addeee7dfe514329289c9150df14ab2ed452
cmd/compile/internal/ssa: fix GO386=387 build

Don't generate FP ops with 1 operand in memory for 387.

Change-Id: I23b49dfa2a1e60c8778c920230e64785a3ddfbd1
Reviewed-on: https://go-review.googlesource.com/105035
Run-TryBot: Ilya Tocar <ilya.tocar@intel.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/compile/internal/ssa/gen/386.rules
src/cmd/compile/internal/ssa/rewrite386.go