]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: simplify logX implementations
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Tue, 29 Jul 2025 16:39:08 +0000 (23:39 +0700)
committerGopher Robot <gobot@golang.org>
Tue, 29 Jul 2025 23:22:45 +0000 (16:22 -0700)
commit1513661dc3b917ffe99e658919b4adc4f08853aa
treeb0a013d615f084d74bf32b1a3e09efe781dfd9db
parentbd94ae8903e6256d9777a28bf86f425116fca316
cmd/compile: simplify logX implementations

By calling logXu instead of duplicating the same ones.

Change-Id: Ide7a3ce072a6abafe1979f0158000457d90645c3
Reviewed-on: https://go-review.googlesource.com/c/go/+/691475
Auto-Submit: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/compile/internal/ssa/rewrite.go