]> Cypherpunks.ru repositories - gostls13.git/commit
go/types, types2: move emode computation closer to use (cleanup)
authorRobert Griesemer <gri@golang.org>
Mon, 14 Aug 2023 21:15:23 +0000 (14:15 -0700)
committerGopher Robot <gobot@golang.org>
Tue, 15 Aug 2023 19:42:58 +0000 (19:42 +0000)
commite95ca9154a6d326248357e87caa4e24368bcb68b
tree37f5c4b2189097e1c74c7f8043a7b6f19ac8d1db
parent197522d3ae9e033bc51c5700cf4f7743fb624d8b
go/types, types2: move emode computation closer to use (cleanup)

Follow-up on https://go.dev/cl/519435.

Change-Id: I8febf5544f28acb87607331ff8be8454470328ea
Reviewed-on: https://go-review.googlesource.com/c/go/+/519436
Reviewed-by: Robert Griesemer <gri@google.com>
Run-TryBot: Robert Griesemer <gri@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
Auto-Submit: Robert Griesemer <gri@google.com>
src/cmd/compile/internal/types2/unify.go
src/go/types/unify.go