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:
Alan Donovan 2014-01-08 14:50:52 -05:00
parent 5612f0615f
commit 18b807c7ac
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@
// Value? Instruction? Member?
// *Alloc ✔ ✔
// *BinOp ✔ ✔
// *Builtin ✔
// *Builtin ✔
// *Call ✔ ✔
// *Capture ✔
// *ChangeInterface ✔ ✔