]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: enable SSA for PowerPC 64 Big-endian
authorDavid Chase <drchase@google.com>
Tue, 13 Sep 2016 20:51:42 +0000 (16:51 -0400)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 14 Sep 2016 17:14:47 +0000 (17:14 +0000)
commiteed061f89cad583c3dfa6b4e13c9a79f897920bf
tree8c3a3d7412079671cebb20ae7e8165ae95eb77ec
parent3ead49989ed037bda6009b96b0008ed83fb7d184
cmd/compile: enable SSA for PowerPC 64 Big-endian

It passed tests once, if anything's wrong, better to fail
sooner than later.

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