]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal: use reflectdata.TypeLinksym
authorapocelipes <seve3r@outlook.com>
Mon, 4 Mar 2024 12:07:50 +0000 (12:07 +0000)
committerGopher Robot <gobot@golang.org>
Mon, 4 Mar 2024 17:34:01 +0000 (17:34 +0000)
commit566e08fc649cb8c65d2a9f0f362ce76d79e0fc4d
tree31e820bf07c3b985c9ebf4c4a0dffdc4493304fe
parentc2734187cd77773a3ca34fe818f3f6c8df17468b
cmd/compile/internal: use reflectdata.TypeLinksym

As the document of Sym.Linksym said, we replace
reflectdata.TypeSym(t).Linksym() with reflectdata.TypeLinksym(t).

Change-Id: I578eb159e552e60cd05d2aa1560f91797a6629ef
GitHub-Last-Rev: d096cba8f08506d7c5248dbf0179e5aef77e8f65
GitHub-Pull-Request: golang/go#66088
Reviewed-on: https://go-review.googlesource.com/c/go/+/568715
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
Auto-Submit: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/compile/internal/walk/expr.go
src/cmd/compile/internal/walk/switch.go