]> Cypherpunks repositories - gostls13.git/commit
[dev.typeparams] cmd/compile: simplify tparam's type
authorKeith Randall <khr@golang.org>
Wed, 19 May 2021 17:04:44 +0000 (10:04 -0700)
committerKeith Randall <khr@golang.org>
Wed, 19 May 2021 17:34:24 +0000 (17:34 +0000)
commitb69347d24acbf4ab0cff815097dc3ebea1c9b6b0
tree1d62b9efa961063d8a179efb4b2d0074d895fde5
parent701bd6064655fb51d189c9f421f876a67f6619a3
[dev.typeparams] cmd/compile: simplify tparam's type

We just need the type of the param, no need for a full Field.

Change-Id: I851ff2628e1323d971e58d0cabbdfd93c63e1d3c
Reviewed-on: https://go-review.googlesource.com/c/go/+/321229
Trust: Keith Randall <khr@golang.org>
Trust: Dan Scales <danscales@google.com>
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Dan Scales <danscales@google.com>
src/cmd/compile/internal/noder/stencil.go
src/cmd/compile/internal/noder/types.go