MC/X86: Add an XFAIL test where we aren't matching the correct instruction
authorDaniel Dunbar <daniel@zuster.org>
Sat, 13 Mar 2010 00:47:25 +0000 (00:47 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sat, 13 Mar 2010 00:47:25 +0000 (00:47 +0000)
commit69c695ee472853fa1ee93a94f00ef2a14bf18a66
tree7e824fefc0dfe1ad0da660977d6e68bce0eb697c
parentf96769bed208b8a3f82b53771350dc0a743db85a
MC/X86: Add an XFAIL test where we aren't matching the correct instruction
because we don't understand how the specific instruction is doing sign
extension.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98404 91177308-0d34-0410-b5e6-96231b3b80d8
test/MC/AsmParser/X86/x86_32-mismatched-add.s [new file with mode: 0644]