[ms-inline asm] Have the TargetParser callback to Sema to determine the size of
authorChad Rosier <mcrosier@apple.com>
Fri, 19 Oct 2012 20:57:14 +0000 (20:57 +0000)
committerChad Rosier <mcrosier@apple.com>
Fri, 19 Oct 2012 20:57:14 +0000 (20:57 +0000)
commit0f48c55e7045e7b9a0c2da12478526eda599f2ea
tree9630d0c3718173921d28594616b85193a627f376
parent66763eed3c754b34ed69a0d95c9780eba2958ea0
[ms-inline asm] Have the TargetParser callback to Sema to determine the size of
a memory operand.  Retain this information and then add the sizing directives
to the IR.  This allows the backend to do proper instruction selection.

llvm-svn: 166316
llvm/include/llvm/MC/MCParser/MCParsedAsmOperand.h
llvm/lib/MC/MCParser/AsmParser.cpp
llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp