mirror of
https://github.com/golang/go
synced 2024-11-26 18:06:55 -07:00
cmd/internal/obj/ppc64: eliminate dead code from asm9.go
Change-Id: Ie59703ea7315a3f8efa1f543a8ca0afecff014d0 Reviewed-on: https://go-review.googlesource.com/c/go/+/421754 Run-TryBot: Paul Murphy <murp@ibm.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Paul Murphy <murp@ibm.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Than McIntosh <thanm@google.com>
This commit is contained in:
parent
8cb350d69a
commit
f67c766069
@ -54,11 +54,6 @@ type ctxt9 struct {
|
||||
|
||||
// Instruction layout.
|
||||
|
||||
const (
|
||||
funcAlign = 16
|
||||
funcAlignMask = funcAlign - 1
|
||||
)
|
||||
|
||||
const (
|
||||
r0iszero = 1
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user