]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal: refactor coverage ir.Name flags
authorThan McIntosh <thanm@google.com>
Tue, 5 Mar 2024 15:52:28 +0000 (15:52 +0000)
committerThan McIntosh <thanm@google.com>
Fri, 29 Mar 2024 21:55:46 +0000 (21:55 +0000)
commitdcf046f02150900550c02e2ad0c77a0ee88bb6f7
tree7ce4ceeb012e1c40c8db07dc7dd9e78b5733db1d
parent7979c8f5881b5ab183acc096f33dfcb1cab995fa
cmd/compile/internal: refactor coverage ir.Name flags

Minor refactoring to eliminate one of the ir.Name flag values used
when building in coverage mode (no changes to functionality). This is
intended to free up a bit in the uint16 flags field to be used in a
subsequent patch.

Change-Id: I4aedb9a55fde24c808ff3f7b077ee0552aa979af
Reviewed-on: https://go-review.googlesource.com/c/go/+/572055
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/compile/internal/coverage/cover.go
src/cmd/compile/internal/gc/obj.go
src/cmd/compile/internal/inline/inl.go
src/cmd/compile/internal/ir/name.go