]> Cypherpunks repositories - gostls13.git/commit
[dev.typeparams] cmd/compile/internal/types2: move instantiation code to instantiate...
authorRobert Griesemer <gri@golang.org>
Fri, 9 Jul 2021 20:15:46 +0000 (13:15 -0700)
committerRobert Griesemer <gri@golang.org>
Tue, 13 Jul 2021 04:40:16 +0000 (04:40 +0000)
commit70f1246a9f861bdfe2ea81db0f1545bd31ff6d49
tree6ef2b8ce7edc830837d12f6ca9f23ed25672781d
parent22e926546732e4ea1fb20551be4b91f51f3b6e65
[dev.typeparams] cmd/compile/internal/types2: move instantiation code to instantiate.go (cleanup)

No code changes besides moving the two functions and updating a
couple of file comments.

Change-Id: I13a6a78b6e8c132c20c7f81a329f31d5edab0453
Reviewed-on: https://go-review.googlesource.com/c/go/+/333589
Trust: Robert Griesemer <gri@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
src/cmd/compile/internal/types2/instantiate.go
src/cmd/compile/internal/types2/subst.go