[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)
commitce03189b5763a32d3ec128325599c674f409affb
tree93ac538446d6f8cfbea8ddc5b4c7ecd3110c32a7
parente1ad74e6fd1da695e119d1a92ae10f326e6e0968
[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

llvm-svn: 179336
llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp