From 1efd9a0e8b01abf3b3d7048a80c08599f7d3eefd Mon Sep 17 00:00:00 2001 From: Jim Grosbach Date: Fri, 9 Sep 2011 19:09:54 +0000 Subject: [PATCH] Shuffle a bit. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139385 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/ARM/basic-thumb2-instructions.s | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/test/MC/ARM/basic-thumb2-instructions.s b/test/MC/ARM/basic-thumb2-instructions.s index d7236064937..29f2240bd76 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 @------------------------------------------------------------------------------ @@ -664,11 +670,6 @@ _func: @ CHECK: ldrexd r9, r3, [r4] @ encoding: [0xd4,0xe8,0x7f,0x93] -@------------------------------------------------------------------------------ -@ FIXME: LDRD(literal) -@------------------------------------------------------------------------------ - - @------------------------------------------------------------------------------ @ IT @------------------------------------------------------------------------------