go/ssa: fix import in comment
Change-Id: I55c5d407079afa0137f931c983ebef76ec194413 Reviewed-on: https://go-review.googlesource.com/c/tools/+/164643 Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Alan Donovan <adonovan@google.com>
This commit is contained in:
parent
5c2858a9cf
commit
c0c382bb4e
|
@ -150,7 +150,7 @@ func findNamedFunc(pkg *Package, pos token.Pos) *Function {
|
||||||
// (modulo "untyped" bools resulting from comparisons).
|
// (modulo "untyped" bools resulting from comparisons).
|
||||||
//
|
//
|
||||||
// (Tip: to find the ssa.Value given a source position, use
|
// (Tip: to find the ssa.Value given a source position, use
|
||||||
// importer.PathEnclosingInterval to locate the ast.Node, then
|
// astutil.PathEnclosingInterval to locate the ast.Node, then
|
||||||
// EnclosingFunction to locate the Function, then ValueForExpr to find
|
// EnclosingFunction to locate the Function, then ValueForExpr to find
|
||||||
// the ssa.Value.)
|
// the ssa.Value.)
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue