]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/ssa: fix the description of auxCCop as auxInt
authorzhangjian <zj.cosmos@gmail.com>
Sun, 21 Apr 2024 12:03:35 +0000 (12:03 +0000)
committerGopher Robot <gobot@golang.org>
Mon, 22 Apr 2024 15:29:10 +0000 (15:29 +0000)
commit734fd7a949e17a0ad379d9db593ce9b0d03703ab
tree2a7e37048a74945326405c1fc98ec538d54098f1
parent69aa1974f3c525b024ac1b13324d809909622246
cmd/compile/internal/ssa: fix the description of auxCCop as auxInt

The auxCCop has been modified from aux to auxInt in CL 252517.

Change-Id: I5c472d684c51fd38fd38f61561d1b1644e20bafe
GitHub-Last-Rev: 78d1cf40f476adbda2f42b929607501b07f0c91c
GitHub-Pull-Request: golang/go#66950
Reviewed-on: https://go-review.googlesource.com/c/go/+/580635
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
Auto-Submit: Keith Randall <khr@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Joedian Reid <joedian@google.com>
src/cmd/compile/internal/ssa/op.go
src/cmd/compile/internal/ssa/value.go