Sign in
go
/
go
/
refs/heads/master
/
.
/
src
/
cmd
/
compile
/
internal
/
ssa
/
block
/
block.go
blob: feb252a11ad961ab7fa018a438f3648db3f9cadf [
file
] [
edit
]
// 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 block
// BlockKind is the kind of SSA block.
type BlockKind uint8