]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/compile: update a few stale comments
authorAustin Clements <austin@google.com>
Fri, 19 Mar 2021 18:55:23 +0000 (14:55 -0400)
committerAustin Clements <austin@google.com>
Mon, 29 Mar 2021 18:46:25 +0000 (18:46 +0000)
commit2ba296da47fe4b3c70be0aea291e307cdb2c7dbe
tree7db91d40015a79af9747d6caa8fb1feb66f5c202
parent24764496c7f7f58867a46aec7192b9425a3fea08
cmd/compile: update a few stale comments

CL 64811 removed dcopy. Update the comment in types.Sym.

The Russquake moved iexport.go. Update the path to it.

WRAPPER is now also used by ABI wrappers, so update the comment since
it's now more general than method wrappers.

Change-Id: Ie0df61dcef7168f6720838cd5c9a66adf546a44f
Reviewed-on: https://go-review.googlesource.com/c/go/+/305269
Trust: Austin Clements <austin@google.com>
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/compile/internal/importer/iimport.go
src/cmd/compile/internal/ir/func.go
src/cmd/compile/internal/types/sym.go
src/cmd/internal/obj/textflag.go