go.tools/ssa: doc: Builtin is not an Instruction.
Fixes golang/go#7026. R=gri CC=golang-codereviews https://golang.org/cl/48630045
This commit is contained in:
parent
5612f0615f
commit
18b807c7ac
|
@ -56,7 +56,7 @@
|
|||
// Value? Instruction? Member?
|
||||
// *Alloc ✔ ✔
|
||||
// *BinOp ✔ ✔
|
||||
// *Builtin ✔ ✔
|
||||
// *Builtin ✔
|
||||
// *Call ✔ ✔
|
||||
// *Capture ✔
|
||||
// *ChangeInterface ✔ ✔
|
||||
|
|
Loading…
Reference in New Issue