]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/types: remove TTYPEPARAM and TUNION types
authorMatthew Dempsky <mdempsky@google.com>
Fri, 2 Dec 2022 01:24:40 +0000 (17:24 -0800)
committerMatthew Dempsky <mdempsky@google.com>
Thu, 26 Jan 2023 21:56:38 +0000 (21:56 +0000)
commitf5eb0a7a5aa3880c02dd887d5ded4b7395a91005
treea1d8996712bcf76e58c120b1dbcdd6ffa9ae658b
parentea6d4b0eaf20da4d2d9a88b995314eeeac614ef3
cmd/compile/internal/types: remove TTYPEPARAM and TUNION types

These were used by the nounified frontend for representing
uninstantiated generic types; however, the unified frontend only needs
types1 to represent instantiated types.

Updates #57410.

Change-Id: Iac417fbf2b86f4e08bd7fdd26ae8ed17395ce833
Reviewed-on: https://go-review.googlesource.com/c/go/+/458621
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/cmd/compile/internal/noder/helpers.go
src/cmd/compile/internal/reflectdata/reflect.go
src/cmd/compile/internal/typecheck/dcl.go
src/cmd/compile/internal/typecheck/subr.go
src/cmd/compile/internal/types/fmt.go
src/cmd/compile/internal/types/kind_string.go
src/cmd/compile/internal/types/size.go
src/cmd/compile/internal/types/type.go