]> Cypherpunks repositories - gostls13.git/commit
cmd/asm, cmd/internal/obj/s390x: delete unused instructions
authorMichael Munday <munday@ca.ibm.com>
Thu, 6 Oct 2016 03:08:25 +0000 (23:08 -0400)
committerMichael Munday <munday@ca.ibm.com>
Thu, 6 Oct 2016 11:45:48 +0000 (11:45 +0000)
commit91706c04b93e9f14321a038943829e99dc333794
treebc4c62ac4b2449cf9a3af35c669ed1ddb4165e61
parentd7507e9d1109da424dd375365dc923257ebd0c23
cmd/asm, cmd/internal/obj/s390x: delete unused instructions

Deletes the following s390x instructions:

 - ADDME
 - ADDZE
 - SUBME
 - SUBZE

They appear to be emulated PPC instructions left over from the
porting process and I don't think they will ever be useful.

Change-Id: I9b1ba78019dbd1218d0c8f8ea2903878802d1990
Reviewed-on: https://go-review.googlesource.com/30538
Run-TryBot: Michael Munday <munday@ca.ibm.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/asm/internal/arch/s390x.go
src/cmd/internal/obj/s390x/a.out.go
src/cmd/internal/obj/s390x/anames.go
src/cmd/internal/obj/s390x/asmz.go