summaryrefslogtreecommitdiff
path: root/test/MC/ARM/arm-memory-instructions.s
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-08-08 22:11:33 +0000
committerJim Grosbach <grosbach@apple.com>2011-08-08 22:11:33 +0000
commit8668a5b0c86ba070176a76accfd48586c0442399 (patch)
tree3586e3da32eb93e4a6a4575163cc65787f132d05 /test/MC/ARM/arm-memory-instructions.s
parent36ee0e640554b8cc6ad1658fc3049e05d9967160 (diff)
downloadllvm-8668a5b0c86ba070176a76accfd48586c0442399.tar.gz
llvm-8668a5b0c86ba070176a76accfd48586c0442399.tar.bz2
llvm-8668a5b0c86ba070176a76accfd48586c0442399.tar.xz
Add FIXME.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137070 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/ARM/arm-memory-instructions.s')
-rw-r--r--test/MC/ARM/arm-memory-instructions.s7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/MC/ARM/arm-memory-instructions.s b/test/MC/ARM/arm-memory-instructions.s
index 64f0ebdd9e..5e3a7c0cdb 100644
--- a/test/MC/ARM/arm-memory-instructions.s
+++ b/test/MC/ARM/arm-memory-instructions.s
@@ -23,6 +23,13 @@ _func:
@ CHECK: ldr r1, [r2], #30 @ encoding: [0x1e,0x10,0x92,0xe4]
@ CHECK: ldr r3, [r1], #-30 @ encoding: [0x1e,0x30,0x11,0xe4]
+@------------------------------------------------------------------------------
+@ FIXME: LDR (literal)
+@------------------------------------------------------------------------------
+@ label operands currently assert the show-encoding asm comment helper due
+@ to the use of non-contiguous bit ranges for fixups in ARM. Once that's
+@ cleaned up, we can write useful assembly testcases for these sorts of
+@ instructions.
@------------------------------------------------------------------------------
@ LDR (register)