]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/ssa: remove linkedBlocks and its uses
authorMateusz Poliwczak <mpoliwczak34@gmail.com>
Thu, 20 Mar 2025 13:49:56 +0000 (14:49 +0100)
committerGopher Robot <gobot@golang.org>
Thu, 20 Mar 2025 16:10:17 +0000 (09:10 -0700)
commit9dc572eab55b085b61877ecd4d7cc492e34dc3ab
tree400e32d93f2c557f0e4d12a906b04bc935c165b5
parente9558d39476199f05bb08e7e32a2df054c3aab1b
cmd/compile/internal/ssa: remove linkedBlocks and its uses

The use of predFn/succFn is not needed since CL 22401.

Change-Id: Icc39190bb7b0e85541c75da2d564093d551751d3
Reviewed-on: https://go-review.googlesource.com/c/go/+/659555
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Auto-Submit: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
src/cmd/compile/internal/ssa/dom.go