]> Cypherpunks repositories - gostls13.git/commitdiff
[dev.cc] cmd/internal/obj/arm: delete trailing space from AND instruction
authorRob Pike <r@golang.org>
Tue, 17 Feb 2015 03:50:35 +0000 (19:50 -0800)
committerRob Pike <r@golang.org>
Tue, 17 Feb 2015 03:52:58 +0000 (03:52 +0000)
The tools have been fixed to not do this, but verifyAsm depends on this
being fixed.

TBR=rsc

Change-Id: Ia8968cc803b3498dfa2f98188c6ed1cf2e11c66d
Reviewed-on: https://go-review.googlesource.com/4962
Reviewed-by: Rob Pike <r@golang.org>
src/cmd/internal/obj/arm/anames5.go

index 067bec72abec8a8dfbf0a0cc669731553cfe7eff..5e08bb93aafe98c750618137d8327dd574395b4b 100644 (file)
@@ -20,7 +20,7 @@ var Anames = []string{
        "USEFIELD",
        "VARDEF",
        "VARKILL",
-       "AND ",
+       "AND",
        "EOR",
        "SUB",
        "RSB",