[llvm-commits] [llvm] r139385 - /llvm/trunk/test/MC/ARM/basic-thumb2-instructions.s

Jim Grosbach grosbach at apple.com
Fri Sep 9 12:09:54 PDT 2011


Author: grosbach
Date: Fri Sep  9 14:09:54 2011
New Revision: 139385

URL: http://llvm.org/viewvc/llvm-project?rev=139385&view=rev
Log:
Shuffle a bit.

Modified:
    llvm/trunk/test/MC/ARM/basic-thumb2-instructions.s

Modified: llvm/trunk/test/MC/ARM/basic-thumb2-instructions.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/ARM/basic-thumb2-instructions.s?rev=139385&r1=139384&r2=139385&view=diff
==============================================================================
--- llvm/trunk/test/MC/ARM/basic-thumb2-instructions.s (original)
+++ llvm/trunk/test/MC/ARM/basic-thumb2-instructions.s Fri Sep  9 14:09:54 2011
@@ -646,6 +646,12 @@
 @ CHECK: ldrd	r3, r5, [r6]            @ encoding: [0xd6,0xe9,0x00,0x35]
 @ CHECK: ldrd	r8, r1, [r3]            @ encoding: [0xd3,0xe9,0x00,0x81]
 
+
+ at ------------------------------------------------------------------------------
+@ FIXME: LDRD(literal)
+ at ------------------------------------------------------------------------------
+
+
 @------------------------------------------------------------------------------
 @ LDREX/LDREXB/LDREXH/LDREXD
 @------------------------------------------------------------------------------
@@ -665,11 +671,6 @@
 
 
 @------------------------------------------------------------------------------
-@ FIXME: LDRD(literal)
- at ------------------------------------------------------------------------------
-
-
- at ------------------------------------------------------------------------------
 @ IT
 @------------------------------------------------------------------------------
 @ Test encodings of a few full IT blocks, not just the IT instruction





More information about the llvm-commits mailing list