]> Cypherpunks repositories - gostls13.git/commit
[dev.ssa] cmd/compile: add pxor to list of instructions analyzeable by liveness analysis
authorKeith Randall <khr@golang.org>
Thu, 3 Sep 2015 03:36:47 +0000 (20:36 -0700)
committerDavid Chase <drchase@google.com>
Thu, 3 Sep 2015 14:15:21 +0000 (14:15 +0000)
commit73024083b08509414e98061d894239386ddd8ba0
treef892e8b04af631e6b73e6fca2c4190a8d23e8828
parentce4317266c160953aacf46cbe9d8341f86158776
[dev.ssa] cmd/compile: add pxor to list of instructions analyzeable by liveness analysis

Change-Id: I6ea0a3482d8813b8555b16fe6c377cad33554619
Reviewed-on: https://go-review.googlesource.com/14247
Reviewed-by: David Chase <drchase@google.com>
src/cmd/compile/internal/amd64/prog.go
src/cmd/compile/internal/x86/prog.go