]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: remove references to *gc.Node in docs
authorMateusz Poliwczak <mpoliwczak34@gmail.com>
Wed, 26 Mar 2025 14:46:30 +0000 (15:46 +0100)
committerGopher Robot <gobot@golang.org>
Thu, 27 Mar 2025 18:25:27 +0000 (11:25 -0700)
commite9242ee81274154f2ec0a82a176496acea0b91ef
tree78554b40c5a9a022a3729aeb748cf1a16146ef48
parentaf53bd2c030fa585d116e916a0676aa6c582faf7
cmd/compile: remove references to *gc.Node in docs

ssa.Sym is only implemented by *ir.Name or *obj.LSym.

Change-Id: Ia171db618abd8b438fcc2cf402f40f3fe3ec6833
Reviewed-on: https://go-review.googlesource.com/c/go/+/660995
Auto-Submit: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
src/cmd/compile/internal/ssa/_gen/genericOps.go
src/cmd/compile/internal/ssa/_gen/rulegen.go
src/cmd/compile/internal/ssa/op.go
src/cmd/compile/internal/ssa/regalloc.go