]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/liveness: use slices.Reverse
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Wed, 4 Sep 2024 16:57:41 +0000 (23:57 +0700)
committerGopher Robot <gobot@golang.org>
Wed, 4 Sep 2024 20:28:38 +0000 (20:28 +0000)
commite7047bd14d78022d514566d15aed56fc5056d3e2
tree9dead093a6e6a6d18ae900690154f7ec21c7f71a
parenta5708231ac8ae2a6f8806d2da502608d48bb3d84
cmd/compile/internal/liveness: use slices.Reverse

Now that we're bootstrapping from a toolchain that has the slices
package.

Updates #64751

Change-Id: Id50d76de05e353ef06d64b47ad6400b2b7572205
Reviewed-on: https://go-review.googlesource.com/c/go/+/610775
Auto-Submit: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/cmd/compile/internal/liveness/intervals.go