Commit bf2d611a authored by Rob Pike's avatar Rob Pike

[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/4962Reviewed-by: default avatarRob Pike <r@golang.org>
parent 581c309d
......@@ -20,7 +20,7 @@ var Anames = []string{
"USEFIELD",
"VARDEF",
"VARKILL",
"AND ",
"AND",
"EOR",
"SUB",
"RSB",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment