mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
[dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranch
Semi-regular merge of tip to dev.ssa. Complicated a bit by the move of cmd/internal/* to cmd/compile/internal/*. Change-Id: I1c66d3c29bb95cce4a53c5a3476373aa5245303d
This commit is contained in:
commit
067e8dfd82
618 changed files with 14079 additions and 7877 deletions
9
src/cmd/compile/internal/ssa/export_test.go
Normal file
9
src/cmd/compile/internal/ssa/export_test.go
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
// Copyright 2015 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 ssa
|
||||
|
||||
var CheckFunc = checkFunc
|
||||
var PrintFunc = printFunc
|
||||
var Deadcode = deadcode
|
||||
Loading…
Add table
Add a link
Reference in a new issue