[PATCH] D14143: [3/4] Allow SP in rGPR, starting from ARMv8 (disassembly)

A. Skrobov via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 28 04:07:09 PDT 2015


tyomitch added inline comments.

================
Comment at: test/MC/Disassembler/ARM/invalid-thumbv7.txt:363
@@ -361,3 +362,3 @@
 
-[0xa1,0xe8,0x07,0x04]
+[0xa1 0xe8 0x07 0x04]
 # CHECK: warning: potentially undefined instruction encoding
----------------
rengolin wrote:
> Out of curiosity, what changes from commas to spaces here?
Just for consistency with all other test cases in this file.


http://reviews.llvm.org/D14143





More information about the llvm-commits mailing list