diff options
author | Johnny Chen <johnny.chen@apple.com> | 2011-03-24 20:56:23 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2011-03-24 20:56:23 +0000 |
commit | 02af767dcaa0ed7677d542212b6c9b7110a425fc (patch) | |
tree | 6ed0993c395ea1bed9b1708f5aed97d99b326dd2 /test/MC | |
parent | e6d69e7dbee88a0a88f252a3e1e3f5f81472cf4b (diff) | |
download | external_llvm-02af767dcaa0ed7677d542212b6c9b7110a425fc.zip external_llvm-02af767dcaa0ed7677d542212b6c9b7110a425fc.tar.gz external_llvm-02af767dcaa0ed7677d542212b6c9b7110a425fc.tar.bz2 |
Remove these two test files as they cause llvm-i686-linux-vg_leak build to fail 'test-llvm'.
These two are test cases which should result in 'invalid instruction encoding' from running llvm-mc -disassemble.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128235 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC')
-rw-r--r-- | test/MC/Disassembler/ARM/invalid-CPS3p-arm.txt | 4 | ||||
-rw-r--r-- | test/MC/Disassembler/ARM/invalid-VLDMSDB-arm.txt | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/test/MC/Disassembler/ARM/invalid-CPS3p-arm.txt b/test/MC/Disassembler/ARM/invalid-CPS3p-arm.txt deleted file mode 100644 index 5202217..0000000 --- a/test/MC/Disassembler/ARM/invalid-CPS3p-arm.txt +++ /dev/null @@ -1,4 +0,0 @@ -# RUN: llvm-mc --disassemble %s -triple=arm-apple-darwin9 |& grep {invalid instruction encoding} - -# invalid (imod, M, iflags) combination -0x93 0x1c 0x02 0xf1 diff --git a/test/MC/Disassembler/ARM/invalid-VLDMSDB-arm.txt b/test/MC/Disassembler/ARM/invalid-VLDMSDB-arm.txt deleted file mode 100644 index f57ddbc..0000000 --- a/test/MC/Disassembler/ARM/invalid-VLDMSDB-arm.txt +++ /dev/null @@ -1,4 +0,0 @@ -# RUN: llvm-mc --disassemble %s -triple=arm-apple-darwin9 |& grep {invalid instruction encoding} - -# core registers out of range -0xa5 0xba 0x52 0xed |