]> Cypherpunks repositories - gostls13.git/commit
go.types, types2: factor out isUntypedNumeric predicate
authorRobert Griesemer <gri@golang.org>
Tue, 23 Apr 2024 17:12:55 +0000 (10:12 -0700)
committerGopher Robot <gobot@golang.org>
Thu, 25 Apr 2024 00:43:27 +0000 (00:43 +0000)
commit799968dfc3b9121019b752a9110489baa71a4355
tree9ed71f88ca009eac522abba877d02d664b2f637a
parent9b9de261bd66333885adb7b36f1dd133d00cfe13
go.types, types2: factor out isUntypedNumeric predicate

No need for Unalias or under calls for this predicate.

Change-Id: Idcdcda3e153d829ee5b26ad112ccfda3f4efedde
Reviewed-on: https://go-review.googlesource.com/c/go/+/581255
Reviewed-by: Robert Griesemer <gri@google.com>
Reviewed-by: Robert Findley <rfindley@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Robert Griesemer <gri@google.com>
src/cmd/compile/internal/types2/predicates.go
src/go/types/predicates.go