diff options
Diffstat (limited to 'llvm/test/MC/ARM/simple-encoding.ll')
-rw-r--r-- | llvm/test/MC/ARM/simple-encoding.ll | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/test/MC/ARM/simple-encoding.ll b/llvm/test/MC/ARM/simple-encoding.ll index f2c0c7c2bd9..8cf8577511c 100644 --- a/llvm/test/MC/ARM/simple-encoding.ll +++ b/llvm/test/MC/ARM/simple-encoding.ll @@ -3,7 +3,9 @@ ;FIXME: Once the ARM integrated assembler is up and going, these sorts of tests ; should run on .s source files rather than using llc to generate the -; assembly. +; assembly. There's also a large number of instruction encodings the +; compiler never generates, so we need the integrated assembler to be +; able to test those at all. define i32 @foo(i32 %a, i32 %b) { entry: |