]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: turn live variable test off for ppc
authorKeith Randall <khr@golang.org>
Fri, 16 Sep 2016 19:11:33 +0000 (12:11 -0700)
committerKeith Randall <khr@golang.org>
Fri, 16 Sep 2016 19:41:42 +0000 (19:41 +0000)
commitc199c76cb47f065f9f513bc6f74f58be0484765d
treea7c41656eaa8d1c5a864e23ed4bafb396c6c9334
parent9f447c20efeaab1e60e1da03feee2fa0935cf95c
cmd/compile: turn live variable test off for ppc

ppc64 has an extraneous variable live in some situations.
We need a better tighten pass to get rid of this extra variable.
I'm working on it, but fix the test in the meantime.

Fixes build for ppc64.

Change-Id: I1efb9ccb234a64f2a1c228abd2b3195f67fbeb41
Reviewed-on: https://go-review.googlesource.com/29353
Reviewed-by: David Chase <drchase@google.com>
test/live.go