OSDN Git Service

MC/X86: Add a nice X86 assembler matcher test case from Kevin Enderby.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 29 Jan 2010 23:32:40 +0000 (23:32 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 29 Jan 2010 23:32:40 +0000 (23:32 +0000)
commit50459580e79348003fec7849b8e147e449c472b8
treea702eb7b8657f674c44c0570683b24def94bd9c0
parent69a8c7f497b5686d55798a0aa4663a6e0d5bc12b
MC/X86: Add a nice X86 assembler matcher test case from Kevin Enderby.
 - This test case is auto generated, and has been verified to round-trip
   correctly through llvm-mc by checking the assembled .o file before and after
   piping through llvm-mc. It will be extended over time as the matcher grows
   support for more instructions.

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