]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj: reorder ppc64 MOV* optab entries
authorPaul E. Murphy <murp@ibm.com>
Tue, 9 Mar 2021 22:54:59 +0000 (16:54 -0600)
committerLynn Boger <laboger@linux.vnet.ibm.com>
Mon, 15 Mar 2021 14:36:23 +0000 (14:36 +0000)
commit7bfe32f39c59056c49f5776b104beaf09b010088
tree7800d23192fea2e4191a5788dfdb6b6c920967c8
parent4350e4961a6ea3d36a33271423735b37c96dd5bf
cmd/internal/obj: reorder ppc64 MOV* optab entries

These are always sorted and grouped during initialization of the
actual opcode -> optab map generation. Thus, their initial location
in optab is mostly aimed at readability. This cleanup is intends to
ease reviewing of future patches which simplify, combine, or remove
MOV* optab entries.

Change-Id: I87583ed34fab79e0f625880f419d499939e2a9e1
Reviewed-on: https://go-review.googlesource.com/c/go/+/300612
Reviewed-by: Lynn Boger <laboger@linux.vnet.ibm.com>
Trust: Emmanuel Odeke <emmanuel@orijtech.com>
src/cmd/internal/obj/ppc64/asm9.go