aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/funcdata.h
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2021-10-25 17:22:55 -0700
committerRobert Griesemer <gri@golang.org>2021-10-27 20:24:42 +0000
commitd611f092001f76942251f68023dba137b8a3e821 (patch)
treeba7cf4dd69ea146ee2b740f670b0edfa2e097e7f /src/runtime/funcdata.h
parent56dcf976561ff6c666d9d1fe6231557ac2072883 (diff)
downloadgo-d611f092001f76942251f68023dba137b8a3e821.tar.xz
cmd/compile/internal/types2: clean up asT converters (step 1 of 2)
This CL changes the convenience converters asT to use under instead of optype. To make sure the effect is well understood, in a first step, all asT functions are renamed to toT so that we can see which call sites are affected. In almost all places, the change is what we want. In some places we may get more conservative behavior (which is easy to relax if need be). In some places (function calls through a type parameter, append built-in) we now use singleUnder instead, for a more general behavior, matching other primary expressions or built- ins. This change removes the last use of optype and thus also theTop and top, all of which have been deleted from the code. The next CL renames the toT converters back to their asT form. Change-Id: I35d1ad866ce46de175a055b36ef577d99bb9de22 Reviewed-on: https://go-review.googlesource.com/c/go/+/358597 Trust: Robert Griesemer <gri@golang.org> Reviewed-by: Robert Findley <rfindley@google.com>
Diffstat (limited to 'src/runtime/funcdata.h')
0 files changed, 0 insertions, 0 deletions