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?
|
// Value? Instruction? Member?
|
||||||
// *Alloc ✔ ✔
|
// *Alloc ✔ ✔
|
||||||
// *BinOp ✔ ✔
|
// *BinOp ✔ ✔
|
||||||
// *Builtin ✔ ✔
|
// *Builtin ✔
|
||||||
// *Call ✔ ✔
|
// *Call ✔ ✔
|
||||||
// *Capture ✔
|
// *Capture ✔
|
||||||
// *ChangeInterface ✔ ✔
|
// *ChangeInterface ✔ ✔
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue