From: Rob Pike Date: Tue, 17 Feb 2015 03:50:35 +0000 (-0800) Subject: [dev.cc] cmd/internal/obj/arm: delete trailing space from AND instruction X-Git-Tag: go1.5beta1~1915^2~61 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=bf2d611a85c9f5084b28390bb6b78c9e49ea53a0;p=gostls13.git [dev.cc] cmd/internal/obj/arm: delete trailing space from AND instruction 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 --- diff --git a/src/cmd/internal/obj/arm/anames5.go b/src/cmd/internal/obj/arm/anames5.go index 067bec72ab..5e08bb93aa 100644 --- a/src/cmd/internal/obj/arm/anames5.go +++ b/src/cmd/internal/obj/arm/anames5.go @@ -20,7 +20,7 @@ var Anames = []string{ "USEFIELD", "VARDEF", "VARKILL", - "AND ", + "AND", "EOR", "SUB", "RSB",