ARM: remove invalid invalid tests
authorTim Northover <tnorthover@apple.com>
Fri, 19 Jul 2013 10:19:56 +0000 (10:19 +0000)
committerTim Northover <tnorthover@apple.com>
Fri, 19 Jul 2013 10:19:56 +0000 (10:19 +0000)
commit75c59e2c5e3d4e4c5ce71d72e7d42c8a5e3bbf41
tree764dd30deb6accdbca64b26e5a5726c5c0b337f0
parent48cf6cc416acd217a497172518147ebaf5e401f3
ARM: remove invalid invalid tests

The tests were checking for barriers which the ARM ARM says they must execute
as a full system DMB/DSB, rather than that they're UNDEFINED and LLVM does in
fact represent them.

The tests happened to be passing because they were using a non-versioned ARM
triple which didn't have *any* DMB/DSB instructions.

llvm-svn: 186662
llvm/test/MC/Disassembler/ARM/invalid-DMB-thumb.txt [deleted file]
llvm/test/MC/Disassembler/ARM/invalid-DSB-arm.txt [deleted file]