[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:
Keith Randall 2015-05-28 13:49:20 -07:00
commit 067e8dfd82
618 changed files with 14079 additions and 7877 deletions

View 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