[ms-inline asm] Pass the correct AsmVariant to the PrintAsmOperand() function
authorChad Rosier <mcrosier@apple.com>
Mon, 10 Sep 2012 21:10:49 +0000 (21:10 +0000)
committerChad Rosier <mcrosier@apple.com>
Mon, 10 Sep 2012 21:10:49 +0000 (21:10 +0000)
commit3b132fab0bebe7186348d7ab0e2663c9fddab3bb
treec44bbb6f75d830c2c824e17e194d4a645d4233b9
parent3c4ecd7dab5567017ad573769b0af484479bac6f
[ms-inline asm] Pass the correct AsmVariant to the PrintAsmOperand() function
and update the printOperand() function accordingly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163544 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
lib/Target/X86/X86AsmPrinter.cpp
lib/Target/X86/X86AsmPrinter.h
test/CodeGen/X86/ms-inline-asm.ll [new file with mode: 0644]