aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-08-29 23:00:19 +0000
committerJim Grosbach <grosbach@apple.com>2011-08-29 23:00:19 +0000
commit056cb4c0f63fc7bdb5d5378baec2efeb95efc0b6 (patch)
tree467c921e704be2f953b84d78f4bc23a2b023778b
parentf8e1e3e729473b8b2b7ee6134b6417976af84d05 (diff)
Remove test file. Superceded by other more exhaustive tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138777 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/MC/ARM/thumb2_instructions.s14
1 files changed, 0 insertions, 14 deletions
diff --git a/test/MC/ARM/thumb2_instructions.s b/test/MC/ARM/thumb2_instructions.s
deleted file mode 100644
index 6bdf926414..0000000000
--- a/test/MC/ARM/thumb2_instructions.s
+++ /dev/null
@@ -1,14 +0,0 @@
-@ RUN: llvm-mc -triple thumbv7-unknown-unknown -show-encoding %s > %t
-@ RUN: FileCheck < %t %s
-
-@ FIXME: This test is completely bogus. Replace it with real tests.
-@ XFAIL: *
- .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]
-