]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/types2: minor cleanup of instantiation
authorRobert Griesemer <gri@golang.org>
Wed, 15 Sep 2021 00:33:16 +0000 (17:33 -0700)
committerRobert Griesemer <gri@golang.org>
Tue, 21 Sep 2021 00:59:42 +0000 (00:59 +0000)
commit986f8ea6b4fe5d479b9f3a05868bdf8266cf3467
treed8640cac22ba4968a7865de9248347b59e072962
parentd1fd3eb40e5facd6d056b377a5286b8b3891afd0
cmd/compile/internal/types2: minor cleanup of instantiation

This is a clean port of CL 349429 from go/types to types2
with minor adjustments for types2 names.

Change-Id: Ie6a39a01f074acb9e6565ffacb34c94666ae9a95
Reviewed-on: https://go-review.googlesource.com/c/go/+/349999
Trust: Robert Griesemer <gri@golang.org>
Run-TryBot: Robert Griesemer <gri@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
src/cmd/compile/internal/types2/named.go
src/cmd/compile/internal/types2/subst.go