]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/ssa: rename ssagen.TypeOK as CanSSA
authorMatthew Dempsky <mdempsky@google.com>
Thu, 7 Sep 2023 05:03:07 +0000 (22:03 -0700)
committerGopher Robot <gobot@golang.org>
Fri, 8 Sep 2023 19:03:54 +0000 (19:03 +0000)
commit45d3d10071830052b45a3299c26a1849a0c0c856
tree4b31cacf019f7c3d8ce077794987cfb6ac0b6cc1
parentaf8a2bde7b5b0b9db3d18c82d4b51ad30760eb09
cmd/compile/internal/ssa: rename ssagen.TypeOK as CanSSA

No need to indirect through Frontend for this.

Change-Id: I5812eb4dadfda79267cabc9d13aeab126c1479e3
Reviewed-on: https://go-review.googlesource.com/c/go/+/526517
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
Auto-Submit: Matthew Dempsky <mdempsky@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/compile/internal/dwarfgen/dwarf.go
src/cmd/compile/internal/liveness/arg.go
src/cmd/compile/internal/ssa/_gen/generic.rules
src/cmd/compile/internal/ssa/config.go
src/cmd/compile/internal/ssa/expand_calls.go
src/cmd/compile/internal/ssa/export_test.go
src/cmd/compile/internal/ssa/rewritePPC64latelower.go
src/cmd/compile/internal/ssa/rewritegeneric.go
src/cmd/compile/internal/ssa/value.go
src/cmd/compile/internal/ssagen/ssa.go
src/cmd/compile/internal/walk/complit.go