]> Cypherpunks repositories - gostls13.git/commit
[dev.ssa] cmd/compile: MOVBconst might also clobber flags
authorKeith Randall <khr@golang.org>
Mon, 29 Feb 2016 19:10:08 +0000 (11:10 -0800)
committerKeith Randall <khr@golang.org>
Mon, 29 Feb 2016 19:39:15 +0000 (19:39 +0000)
commitf1f366c1e70cb2628ad948d03ef5049763d98451
tree956670453fc1a5fb2eda11063a7f141f58feb54d
parent5c5fa3628ca58dce7cc19bc3939b8a55a6c3eefd
[dev.ssa] cmd/compile: MOVBconst might also clobber flags

It gets rewritten to an xor by the linker also.

Change-Id: Iae35130325d41bd1a09b7e971190cae6f4e17fac
Reviewed-on: https://go-review.googlesource.com/20058
Reviewed-by: David Chase <drchase@google.com>
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/compile/internal/gc/ssa.go