]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: use ,ok return idiom for sparsemap.get
authorKeith Randall <khr@golang.org>
Fri, 13 Jun 2025 18:08:53 +0000 (11:08 -0700)
committerGopher Robot <gobot@golang.org>
Thu, 24 Jul 2025 16:04:29 +0000 (09:04 -0700)
commit2ddf542e4c30b2d4886482c44b57259f5b461158
tree983b3fbfc49e60d30aff1339828bd812c7042384
parent6505fcbd0aaba2ab39915dcf437f01f1af83cd25
cmd/compile: use ,ok return idiom for sparsemap.get

Change-Id: I89719b94de74a32402d02309515dffc4989484db
Reviewed-on: https://go-review.googlesource.com/c/go/+/681575
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Keith Randall <khr@google.com>
Auto-Submit: Keith Randall <khr@google.com>
src/cmd/compile/internal/ssa/biasedsparsemap.go
src/cmd/compile/internal/ssa/deadcode.go
src/cmd/compile/internal/ssa/deadstore.go
src/cmd/compile/internal/ssa/nilcheck.go
src/cmd/compile/internal/ssa/rewrite.go
src/cmd/compile/internal/ssa/sparsemap.go
src/cmd/compile/internal/ssa/xposmap.go