Added another version of the X86 assembler matcher test case.
authorKevin Enderby <enderby@apple.com>
Tue, 2 Feb 2010 19:05:57 +0000 (19:05 +0000)
committerKevin Enderby <enderby@apple.com>
Tue, 2 Feb 2010 19:05:57 +0000 (19:05 +0000)
commit82a594693976edefa37160567e7f7495c2653c99
tree3a8cf826d11d88246e0fbb3e6964fb4182764396
parent390444a704499a24ed61487edb67bcdad3e8078e
Added another version of the X86 assembler matcher test case.
This test case is different subset of the full auto generated test case, and a
larger subset that is in x86_32-bit.s (that set will encode correctly).  These
instructions can pass though llvm-mc as it were a logical cat(1) and then
reassemble to the same instruction.  It is useful as we bring up the parser and
matcher so we don't break things that currently work.

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