]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/ir: remove old variable capture logic
authorMatthew Dempsky <mdempsky@google.com>
Tue, 29 Aug 2023 19:50:40 +0000 (12:50 -0700)
committerGopher Robot <gobot@golang.org>
Tue, 29 Aug 2023 21:43:42 +0000 (21:43 +0000)
commit22eba6a1f8421425c87fa82dcd526d39912f5af6
tree848557edb519f190e61e1799da7d0e0a1ac1c1a2
parentfcb75c8695f13d66be0865bf1bc62c12a15788b3
cmd/compile/internal/ir: remove old variable capture logic

This logic is no longer used, since the removal of the non-unified
frontends.

Change-Id: I7256d4eb06f0b4e5308bc7c7476e90af9e70b7d8
Reviewed-on: https://go-review.googlesource.com/c/go/+/524215
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>
Auto-Submit: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/internal/ir/name.go
src/cmd/compile/internal/ir/sizeof_test.go