]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/ir: fix up stale comment
authorThan McIntosh <thanm@google.com>
Fri, 26 Feb 2021 14:25:22 +0000 (09:25 -0500)
committerMatthew Dempsky <mdempsky@google.com>
Mon, 1 Mar 2021 20:00:13 +0000 (20:00 +0000)
commitf6a74c656837fcb0ea04e7b605ccdce7d10c45db
treebbeb93aabd486c8bb7cecbf610f209797daf4d6f
parent87beecd6dfd3b12ed30785ec502f7380dc79ec29
cmd/compile/internal/ir: fix up stale comment

Fix a small stale comment in FinishCaptureNames (refers to old code
structure before the big refactoring).

Change-Id: I2dfb84ce238f919f6e17061439a8bd9b09459dae
Reviewed-on: https://go-review.googlesource.com/c/go/+/296829
Trust: Than McIntosh <thanm@google.com>
Run-TryBot: Than McIntosh <thanm@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/internal/ir/name.go