aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj/ppc64/a.out.go
diff options
context:
space:
mode:
authorPaul E. Murphy <murp@ibm.com>2023-10-26 11:29:23 -0500
committerPaul Murphy <murp@ibm.com>2023-11-17 17:10:51 +0000
commite5ce93d7bfb7baead0671ad59bcd91ecb090a656 (patch)
tree8697ec7e071fb970fbb2347d56f251cc27edc517 /src/cmd/internal/obj/ppc64/a.out.go
parent1cecbb38f477a94938a27936d717f2e6f048623e (diff)
downloadgo-e5ce93d7bfb7baead0671ad59bcd91ecb090a656.tar.xz
cmd/internal/obj/ppc64: remove unused C_XER optab class
This halves the size of the xcmp lookup table. Change-Id: I543fb72709ca45c026e9b7d8084a78f2a8fcd43e Reviewed-on: https://go-review.googlesource.com/c/go/+/542295 Reviewed-by: David Chase <drchase@google.com> Run-TryBot: Paul Murphy <murp@ibm.com> Reviewed-by: Jayanth Krishnamurthy <jayanth.krishnamurthy@ibm.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Than McIntosh <thanm@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Lynn Boger <laboger@linux.vnet.ibm.com>
Diffstat (limited to 'src/cmd/internal/obj/ppc64/a.out.go')
-rw-r--r--src/cmd/internal/obj/ppc64/a.out.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cmd/internal/obj/ppc64/a.out.go b/src/cmd/internal/obj/ppc64/a.out.go
index 83ec76e0f1..13143f5beb 100644
--- a/src/cmd/internal/obj/ppc64/a.out.go
+++ b/src/cmd/internal/obj/ppc64/a.out.go
@@ -436,7 +436,6 @@ const (
C_LOREG /* An $n+reg memory arg where n is a 32 bit signed offset */
C_XOREG /* An reg+reg memory arg */
C_FPSCR /* The fpscr register */
- C_XER /* The xer, holds the carry bit */
C_LR /* The link register */
C_CTR /* The count register */
C_ANY /* Any argument */