]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/abi: replace types.Object with *ir.Name
authorMatthew Dempsky <mdempsky@google.com>
Tue, 12 Sep 2023 04:57:45 +0000 (21:57 -0700)
committerGopher Robot <gobot@golang.org>
Wed, 13 Sep 2023 18:34:03 +0000 (18:34 +0000)
commitdc0d126e378d649976abd06497cea8c503ba3613
tree713b695b6787014201e60ffc5cb5b13888d0c573
parentc0e2a9dffdb6af116ec5184a680cb3b4e904d0fa
cmd/compile/internal/abi: replace types.Object with *ir.Name

types.Object only exists to avoid a circular dependency between
package types and ir.

Change-Id: I35196aff765d6977ca1e69fe482edbc987c381c1
Reviewed-on: https://go-review.googlesource.com/c/go/+/527340
Auto-Submit: Matthew Dempsky <mdempsky@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Reviewed-by: Than McIntosh <thanm@google.com>
src/cmd/compile/internal/abi/abiutils.go
src/cmd/compile/internal/liveness/arg.go
src/cmd/compile/internal/ssa/debug.go
src/cmd/compile/internal/ssa/op.go
src/cmd/compile/internal/ssagen/ssa.go