mirror of
https://github.com/golang/go
synced 2024-11-26 01:57:56 -07:00
[dev.regabi] cmd/compile: fix comment
Russ, is this what you meant? Change-Id: I27d2847811c6eabd94358e435eb3eb4bc8cfaa9e Reviewed-on: https://go-review.googlesource.com/c/go/+/275712 Trust: Keith Randall <khr@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
This commit is contained in:
parent
6d783e7440
commit
63722da46b
@ -3361,7 +3361,7 @@ out:
|
||||
|
||||
// type check function definition
|
||||
// To be called by typecheck, not directly.
|
||||
// (Call typecheckfn instead.)
|
||||
// (Call typecheckFunc instead.)
|
||||
func typecheckfunc(n *ir.Func) {
|
||||
if enableTrace && base.Flag.LowerT {
|
||||
defer tracePrint("typecheckfunc", n)(nil)
|
||||
|
Loading…
Reference in New Issue
Block a user