From 18b807c7ac460b90db5bcb942f64d3ebe676fe63 Mon Sep 17 00:00:00 2001 From: Alan Donovan Date: Wed, 8 Jan 2014 14:50:52 -0500 Subject: [PATCH] go.tools/ssa: doc: Builtin is not an Instruction. Fixes golang/go#7026. R=gri CC=golang-codereviews https://golang.org/cl/48630045 --- ssa/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssa/doc.go b/ssa/doc.go index 7a873d48..878addba 100644 --- a/ssa/doc.go +++ b/ssa/doc.go @@ -56,7 +56,7 @@ // Value? Instruction? Member? // *Alloc ✔ ✔ // *BinOp ✔ ✔ -// *Builtin ✔ ✔ +// *Builtin ✔ // *Call ✔ ✔ // *Capture ✔ // *ChangeInterface ✔ ✔