]> Cypherpunks repositories - gostls13.git/commit
internal/obj/arm64: remove CASE and BCASE
authorDave Cheney <dave@cheney.net>
Mon, 31 Aug 2015 11:15:29 +0000 (21:15 +1000)
committerAram Hăvărneanu <aram@mgk.ro>
Mon, 31 Aug 2015 13:22:55 +0000 (13:22 +0000)
commit3578bdf3c3c5832d3590d355add707b97485a6ab
treec7b862e6d1b0d0d5b02501370c26e7a223ee32e6
parent019297a9aa63fc1ee016e0ff4f4d86e8dc578541
internal/obj/arm64: remove CASE and BCASE

Fixes #10994

CASE and BCASE were used by 7c in switch statements, cmd/compile
does not use them, cmd/assemble couldn't assemble them, and the arm64
peephole optimiser didn't know about them.

Change-Id: Id04835fcb37e207f76d211ce54a4db9c057d6112
Reviewed-on: https://go-review.googlesource.com/14100
Reviewed-by: Aram Hăvărneanu <aram@mgk.ro>
Run-TryBot: Aram Hăvărneanu <aram@mgk.ro>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/internal/obj/arm64/a.out.go
src/cmd/internal/obj/arm64/anames.go
src/cmd/internal/obj/arm64/asm7.go
src/cmd/internal/obj/arm64/obj7.go