[ms-inline asm] Append identifier for better debugging.

llvm-svn: 162289
This commit is contained in:
Chad Rosier 2012-08-21 17:02:27 +00:00
parent b84cc6cfa3
commit 5e80ced3f6
1 changed files with 1 additions and 0 deletions

View File

@ -446,6 +446,7 @@ static void patchMSAsmStrings(Sema &SemaRef, bool &IsSimple,
// TODO: Patch identifier with valid operand. One potential idea is to
// probe the backend with type information to guess the possible
// operand.
Asm += getSpelling(SemaRef, AsmToks[i]);
break;
}
}