]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: fix a bug in 386 backend
authorBen Shi <powerman1st@163.com>
Fri, 6 Jul 2018 23:39:01 +0000 (23:39 +0000)
committerBen Shi <powerman1st@163.com>
Sat, 7 Jul 2018 00:05:34 +0000 (00:05 +0000)
commitf5d4863130dff38f7126df6ed6f0303a4809aa04
tree15be57ab34ea98e85b56664d0c425a6522fe9b8e
parent616da5da94aad1de2464e67e71d8eb1f4292f445
cmd/compile: fix a bug in 386 backend

The ADDLmodify/SUBLmodify/ANDLmodify/ORLmodify/XORLmodify should
have clobberFlags set to true.

Change-Id: Ie447d536db51334eddc70c00a722647282186a69
Reviewed-on: https://go-review.googlesource.com/122556
Run-TryBot: Ben Shi <powerman1st@163.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/ssa/gen/386Ops.go
src/cmd/compile/internal/ssa/opGen.go