1
0
mirror of https://github.com/golang/go synced 2024-11-19 14:24:47 -07:00

[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 <r@golang.org>
This commit is contained in:
Rob Pike 2015-02-16 19:50:35 -08:00
parent 581c309d8f
commit bf2d611a85

View File

@ -20,7 +20,7 @@ var Anames = []string{
"USEFIELD",
"VARDEF",
"VARKILL",
"AND ",
"AND",
"EOR",
"SUB",
"RSB",