Commit bc149897 authored by David Chase's avatar David Chase

cmd/internal/gc: add a comment to esc.go

Change-Id: I19e6542e7d79d60e39d62339da51a827c5aa6d3b
Reviewed-on: https://go-review.googlesource.com/7668Reviewed-by: default avatarRuss Cox <rsc@golang.org>
parent 87ec06f9
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment