]> Cypherpunks repositories - gostls13.git/commit
cmd: use built-in min/max instead of bespoke versions
authorKeith Randall <khr@golang.org>
Tue, 3 Sep 2024 20:29:42 +0000 (13:29 -0700)
committerKeith Randall <khr@golang.org>
Tue, 3 Sep 2024 22:26:52 +0000 (22:26 +0000)
commitf90f7e90b3239562c33252bb34354281696b9fdb
tree7c4e4e4b1128a0dd89251a52b7950cb0e14d6b88
parent820f58a27f7f64f21353db6a071bf5dbf658924c
cmd: use built-in min/max instead of bespoke versions

Now that we're bootstrapping from a toolchain that has min/max builtins.

Update #64751

Change-Id: I63eedf3cca00f56f62ca092949cb2dc61db03361
Reviewed-on: https://go-review.googlesource.com/c/go/+/610355
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/compile/internal/abt/avlint32.go
src/cmd/compile/internal/ssa/_gen/S390X.rules
src/cmd/compile/internal/ssa/likelyadjust.go
src/cmd/compile/internal/ssa/prove.go
src/cmd/compile/internal/ssa/regalloc.go
src/cmd/compile/internal/ssa/rewrite.go
src/cmd/compile/internal/ssa/rewriteS390X.go
src/cmd/compile/internal/ssagen/ssa.go
src/cmd/dist/util.go