]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: remove issueSpill
authorliu-xuewen <liiuxuewen@gmail.com>
Wed, 2 Nov 2022 02:07:12 +0000 (02:07 +0000)
committerGopher Robot <gobot@golang.org>
Thu, 3 Nov 2022 15:30:34 +0000 (15:30 +0000)
commite81263c79153e98c553c17f7c0417364bea827f5
tree6e7ce7e6a148e8ffdc1c58c36c4e859d8d209f92
parenta367981b4c8e3ae955eca9cc597d9622201155f3
cmd/compile: remove issueSpill

Remove the useless issueSpill and continue directly.

Change-Id: I085e566be6f7200235e1bfe1f56a8e959316386a
GitHub-Last-Rev: 84db90cf34b135f9830d03effc3faa685fd8626e
GitHub-Pull-Request: golang/go#56520
Reviewed-on: https://go-review.googlesource.com/c/go/+/447195
Run-TryBot: Keith Randall <khr@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
Auto-Submit: Keith Randall <khr@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/ssa/regalloc.go