[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:
Keith Randall 2020-12-05 17:24:48 -08:00
parent 6d783e7440
commit 63722da46b

View File

@ -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)