mirror of
https://github.com/golang/go
synced 2024-11-11 18:51:37 -07:00
test: add missing copyright header to checkbce.go
Change-Id: Iafeb8e033c876f482caa17cca414fe13b0fadb12 Reviewed-on: https://go-review.googlesource.com/43613 Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Dave Cheney <dave@cheney.net>
This commit is contained in:
parent
c34add780b
commit
f700f89b0b
@ -1,6 +1,13 @@
|
||||
// +build amd64
|
||||
// errorcheck -0 -d=ssa/check_bce/debug=3
|
||||
|
||||
// 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.
|
||||
|
||||
// Test that the compiler does bounds check elimination as expected.
|
||||
// This avoids accidental regressions.
|
||||
|
||||
package main
|
||||
|
||||
func f0(a []int) {
|
||||
|
Loading…
Reference in New Issue
Block a user