[ms-inline asm] Pass a StringRef reference to ParseIntelVarWithQualifier so we
authorChad Rosier <mcrosier@apple.com>
Thu, 11 Apr 2013 23:24:15 +0000 (23:24 +0000)
committerChad Rosier <mcrosier@apple.com>
Thu, 11 Apr 2013 23:24:15 +0000 (23:24 +0000)
commitadb5c16aa74d67b6c36b4c22dc0fc2cdecc43acb
treea1737b88072e307e0ba3bf62290f44f47579fe99
parent327f0100d1c1aa738d13b45d70eab08d0d2030fb
[ms-inline asm] Pass a StringRef reference to ParseIntelVarWithQualifier so we
can build up the identifier string.  No test case as support for looking up
these type of identifiers hasn't been implemented on the clang side.
Part of rdar://13499009

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