]> Cypherpunks repositories - gostls13.git/commit
cmd/compile,runtime: remove runtime.mulUintptr
authorqiulaidongfeng <2645477756@qq.com>
Tue, 3 Oct 2023 10:33:48 +0000 (10:33 +0000)
committerGopher Robot <gobot@golang.org>
Tue, 3 Oct 2023 16:35:23 +0000 (16:35 +0000)
commit53827ba49eb6afae541579c96c6f6b3df3605694
tree28af056c19b405902c4bdb8cfc3c018c194d7108
parent638e0d36d2a6b2efce0550978bf48e7df1166a0b
cmd/compile,runtime: remove runtime.mulUintptr

For #48798

Change-Id: I3e928d3921cfd5a7bf35b23d0ae6442aa6d2d482
GitHub-Last-Rev: b101a8a54f2cc9ea917f879a545f30c702508743
GitHub-Pull-Request: golang/go#63349
Reviewed-on: https://go-review.googlesource.com/c/go/+/532355
TryBot-Result: Gopher Robot <gobot@golang.org>
Commit-Queue: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
Run-TryBot: Martin Möhrmann <moehrmann@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
Auto-Submit: Keith Randall <khr@golang.org>
Reviewed-by: Martin Möhrmann <moehrmann@google.com>
src/cmd/compile/internal/ssagen/ssa.go
src/cmd/compile/internal/typecheck/_builtin/runtime.go
src/cmd/compile/internal/typecheck/builtin.go
src/cmd/compile/internal/walk/builtin.go
src/runtime/slice.go