[ms-inline asm] Extend the MC AsmParser API to match MCInsts (but not emit).
authorChad Rosier <mcrosier@apple.com>
Thu, 9 Aug 2012 22:04:55 +0000 (22:04 +0000)
committerChad Rosier <mcrosier@apple.com>
Thu, 9 Aug 2012 22:04:55 +0000 (22:04 +0000)
commit9cb988f3aa4775875301031ef14c9a0d6db2b1a8
treef90635959c73894257547270da47d09c58fdf558
parent17b117491141385fdb27bcc68f1156900998c459
[ms-inline asm] Extend the MC AsmParser API to match MCInsts (but not emit).
This new API will be used by clang to parse ms-style inline asms.

One goal of this project is to use this style of inline asm for targets other
then x86.  Therefore, this API needs to be implemented for non-x86 targets at
some point in the future.

llvm-svn: 161624
llvm/include/llvm/MC/MCTargetAsmParser.h
llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp