Skip to content

Commit

Permalink
test: add missing copyright header
Browse files Browse the repository at this point in the history
Change-Id: Ia64535492515f725fe3c4b59ea300363a0c4ce10
Reviewed-on: https://go-review.googlesource.com/107136
Reviewed-by: Brad Fitzpatrick <[email protected]>
  • Loading branch information
rasky committed Apr 15, 2018
1 parent 2954ef2 commit e7b1d0a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/codegen/condmove.go
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit e7b1d0a

Please sign in to comment.