[ms-inline asm] Add support for using the LENGTH, TYPE, and SIZE operators with
authorChad Rosier <mcrosier@apple.com>
Thu, 11 Apr 2013 23:57:04 +0000 (23:57 +0000)
committerChad Rosier <mcrosier@apple.com>
Thu, 11 Apr 2013 23:57:04 +0000 (23:57 +0000)
commit33c55bdfed027313b05217d7049aa0e810da5caa
tree52c4ee27451947ec89724fdb7be55dc91b8f71c5
parent5ea1ea8db810aaf51f68e32119006629a2f06f30
[ms-inline asm] Add support for using the LENGTH, TYPE, and SIZE operators with
variables that use namespace alias qualifiers.  Test case coming on clang side
shortly.
Part of rdar://13499009

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179343 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/AsmParser/X86AsmParser.cpp