mirror of
https://github.com/golang/go
synced 2024-11-19 09:24:39 -07:00
cmd/internal/gc: add a comment to esc.go
Change-Id: I19e6542e7d79d60e39d62339da51a827c5aa6d3b Reviewed-on: https://go-review.googlesource.com/7668 Reviewed-by: Russ Cox <rsc@golang.org>
This commit is contained in:
parent
87ec06f961
commit
bc14989713
@ -231,6 +231,7 @@ type EscState struct {
|
||||
|
||||
var tags [16]*string
|
||||
|
||||
// mktag returns the string representation for an escape analysis tag.
|
||||
func mktag(mask int) *string {
|
||||
switch mask & EscMask {
|
||||
case EscNone,
|
||||
|
Loading…
Reference in New Issue
Block a user