]> Cypherpunks.ru repositories - gostls13.git/blobdiff - test/phiopt.go
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / test / phiopt.go
index e04373eb72371e7979707fd2cc1629a8a177c762..9e21bfdba55aeab33ecf4d943043ff5485164861 100644 (file)
@@ -1,6 +1,7 @@
-// +build amd64 s390x arm64
 // errorcheck -0 -d=ssa/phiopt/debug=3
 
+//go:build amd64 || s390x || arm64
+
 // Copyright 2016 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.