Commit 3f952b75 authored by Matthew Dempsky's avatar Matthew Dempsky

cmd/compile/internal/ssa: update BlockKind documentation

BlockCall was removed in golang.org/cl/28950.

Change-Id: Ib8d9f3111bf3dc01956dd776afeb345ede8bc933
Reviewed-on: https://go-review.googlesource.com/30353Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
parent 4caf93c9
......@@ -98,7 +98,7 @@ func (e Edge) Index() int {
// Exit return mem []
// Plain nil [next]
// If a boolean Value [then, else]
// Call mem [nopanic, panic] (control opcode should be OpCall or OpStaticCall)
// Defer mem [nopanic, panic] (control opcode should be OpDeferCall)
type BlockKind int8
// short form print
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment