mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
cmd/compile: minor comment improvements/corrections
Change-Id: Ie0934f1528d58d4971cdef726d3e2d23cf3935d3 Reviewed-on: https://go-review.googlesource.com/87475 Run-TryBot: Austin Clements <austin@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: David Chase <drchase@google.com> Reviewed-by: Keith Randall <khr@golang.org> Reviewed-by: Alexandru Moșoi <alexandru@mosoi.ro>
This commit is contained in:
parent
b55eedd173
commit
491f409a32
2 changed files with 10 additions and 3 deletions
|
|
@ -28,7 +28,7 @@ type Func struct {
|
|||
Cache *Cache // re-usable cache
|
||||
fe Frontend // frontend state associated with this Func, callbacks into compiler frontend
|
||||
pass *pass // current pass information (name, options, etc.)
|
||||
Name string // e.g. bytes·Compare
|
||||
Name string // e.g. NewFunc or (*Func).NumBlocks (no package prefix)
|
||||
Type *types.Type // type signature of the function.
|
||||
Blocks []*Block // unordered set of all basic blocks (note: not indexable by ID)
|
||||
Entry *Block // the entry basic block
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue