diff options
Diffstat (limited to 'test/MC/ARM/thumb2_instructions.s')
-rw-r--r-- | test/MC/ARM/thumb2_instructions.s | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/test/MC/ARM/thumb2_instructions.s b/test/MC/ARM/thumb2_instructions.s deleted file mode 100644 index 71cd4ae..0000000 --- a/test/MC/ARM/thumb2_instructions.s +++ /dev/null @@ -1,12 +0,0 @@ -@ RUN: llvm-mc -triple thumbv7-unknown-unknown -show-encoding %s > %t -@ RUN: FileCheck < %t %s - - .syntax unified - .text - -@ FIXME: This is not the correct instruction representation, but at least we are -@ parsing the ldr to something. -@ -@ CHECK: ldr r0, [r7, #258] - ldr r0, [r7, #-8] - |