]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: fix outdated comment
authorEthan Hur <ethan0311@gmail.com>
Sun, 14 Mar 2021 13:43:26 +0000 (13:43 +0000)
committerMatthew Dempsky <mdempsky@google.com>
Mon, 15 Mar 2021 17:35:11 +0000 (17:35 +0000)
commit0f4bb9627ebc27d4e669e41d7f58396e063abb70
tree8030f0636df79fbdf8c976ec9eb25555db9e8dd4
parent7bfe32f39c59056c49f5776b104beaf09b010088
cmd/compile: fix outdated comment

variable xtop has removed and refactored after go 1.16, but there are comments referring xtop.

It may mislead new contributors to be confused.

Change-Id: Id79c747d8daef14049b29e70a4ecd34054a28a5e
GitHub-Last-Rev: 94b55208862fdc9fa0de39aacf2c9ef9987cef56
GitHub-Pull-Request: golang/go#44995
Reviewed-on: https://go-review.googlesource.com/c/go/+/301629
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Trust: Keith Randall <khr@golang.org>
src/cmd/compile/internal/typecheck/func.go