aboutsummaryrefslogtreecommitdiff
path: root/test/phiopt.go
diff options
context:
space:
mode:
authorMichael Munday <munday@ca.ibm.com>2016-09-12 14:50:10 -0400
committerMichael Munday <munday@ca.ibm.com>2016-09-13 19:39:38 +0000
commit6ec993adc3373d31392b301ebe0c376b02d68051 (patch)
treeab8e5c5afe559521792464976e0dc8f0101d9779 /test/phiopt.go
parentb7e53038b8abb4d82cf25cb844395af602150a29 (diff)
downloadgo-6ec993adc3373d31392b301ebe0c376b02d68051.tar.gz
go-6ec993adc3373d31392b301ebe0c376b02d68051.zip
cmd/compile: add SSA backend for s390x and enable by default
The new SSA backend modifies the ABI slightly: R0 is now a usable general purpose register. Fixes #16677. Change-Id: I367435ce921e0c7e79e021c80cf8ef5d1d1466cf Reviewed-on: https://go-review.googlesource.com/28978 Run-TryBot: Michael Munday <munday@ca.ibm.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Keith Randall <khr@golang.org>
Diffstat (limited to 'test/phiopt.go')
-rw-r--r--test/phiopt.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/phiopt.go b/test/phiopt.go
index 21dd13155c..e57ea94868 100644
--- a/test/phiopt.go
+++ b/test/phiopt.go
@@ -1,4 +1,4 @@
-// +build amd64
+// +build amd64,s390x
// errorcheck -0 -d=ssa/phiopt/debug=3
// Copyright 2016 The Go Authors. All rights reserved.