]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/compile/internal/ssa: update BlockKind documentation
authorMatthew Dempsky <mdempsky@google.com>
Tue, 4 Oct 2016 21:40:38 +0000 (14:40 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Tue, 4 Oct 2016 21:46:30 +0000 (21:46 +0000)
BlockCall was removed in golang.org/cl/28950.

Change-Id: Ib8d9f3111bf3dc01956dd776afeb345ede8bc933
Reviewed-on: https://go-review.googlesource.com/30353
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/compile/internal/ssa/block.go

index 3ee27df5e73686a4e8e523c0be51826b137cbe92..e1c2f6d2cedc3b8b6fbfd1c3f48dca311ed64846 100644 (file)
@@ -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