aboutsummaryrefslogtreecommitdiff
path: root/test/codegen
diff options
context:
space:
mode:
authorGiovanni Bajo <rasky@develer.com>2018-04-15 23:03:12 +0200
committerGiovanni Bajo <rasky@develer.com>2018-04-15 21:17:54 +0000
commite7b1d0a9cfad0347748dc9478641f76f60808a64 (patch)
tree09c5b1017c10d6537896f6c9683b1b92384f4eca /test/codegen
parent2954ef20bb02cef7874b3e200d56667f0f95e49e (diff)
downloadgo-e7b1d0a9cfad0347748dc9478641f76f60808a64.tar.xz
test: add missing copyright header
Change-Id: Ia64535492515f725fe3c4b59ea300363a0c4ce10 Reviewed-on: https://go-review.googlesource.com/107136 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'test/codegen')
-rw-r--r--test/codegen/condmove.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/codegen/condmove.go b/test/codegen/condmove.go
index 1f51505f61..32039c16ae 100644
--- a/test/codegen/condmove.go
+++ b/test/codegen/condmove.go
@@ -1,5 +1,9 @@
// asmcheck
+// Copyright 2018 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.
+
package codegen
func cmovint(c int) int {