]> Cypherpunks.ru repositories - gostls13.git/blobdiff - test/opt_branchlikely.go
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / test / opt_branchlikely.go
index 99e914654fec6dadb0ca902323a9e396a53a2346..0aee33f87a578bc8a56c6d3954baf39af81e2958 100644 (file)
@@ -1,7 +1,9 @@
-// +build amd64
-// errorcheck -0 -d=ssa/likelyadjust/debug=1
+// errorcheck -0 -d=ssa/likelyadjust/debug=1,ssa/insert_resched_checks/off
+// rescheduling check insertion is turned off because the inserted conditional branches perturb the errorcheck
 
-// Copyright 2016 The Go Authors.  All rights reserved.
+//go:build amd64
+
+// 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.