summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-09-09 19:09:54 +0000
committerJim Grosbach <grosbach@apple.com>2011-09-09 19:09:54 +0000
commit1efd9a0e8b01abf3b3d7048a80c08599f7d3eefd (patch)
treeef41a99a76ddab9656eca9cef857d645e71d52df /test
parentd199d0c59c29721024a532ddfeb7247acade065c (diff)
downloadllvm-1efd9a0e8b01abf3b3d7048a80c08599f7d3eefd.tar.gz
llvm-1efd9a0e8b01abf3b3d7048a80c08599f7d3eefd.tar.bz2
llvm-1efd9a0e8b01abf3b3d7048a80c08599f7d3eefd.tar.xz
Shuffle a bit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139385 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/MC/ARM/basic-thumb2-instructions.s11
1 files changed, 6 insertions, 5 deletions
diff --git a/test/MC/ARM/basic-thumb2-instructions.s b/test/MC/ARM/basic-thumb2-instructions.s
index d723606493..29f2240bd7 100644
--- a/test/MC/ARM/basic-thumb2-instructions.s
+++ b/test/MC/ARM/basic-thumb2-instructions.s
@@ -646,6 +646,12 @@ _func:
@ CHECK: ldrd r3, r5, [r6] @ encoding: [0xd6,0xe9,0x00,0x35]
@ CHECK: ldrd r8, r1, [r3] @ encoding: [0xd3,0xe9,0x00,0x81]
+
+@------------------------------------------------------------------------------
+@ FIXME: LDRD(literal)
+@------------------------------------------------------------------------------
+
+
@------------------------------------------------------------------------------
@ LDREX/LDREXB/LDREXH/LDREXD
@------------------------------------------------------------------------------
@@ -665,11 +671,6 @@ _func:
@------------------------------------------------------------------------------
-@ FIXME: LDRD(literal)
-@------------------------------------------------------------------------------
-
-
-@------------------------------------------------------------------------------
@ IT
@------------------------------------------------------------------------------
@ Test encodings of a few full IT blocks, not just the IT instruction