[ms-inline asm] Make the error message more generic now that we support the

'SIZE' and 'LENGTH' operators.

llvm-svn: 172773
This commit is contained in:
Chad Rosier 2013-01-18 00:50:59 +00:00
parent f75ba19697
commit 1e8f053bd1
1 changed files with 1 additions and 1 deletions

View File

@ -1180,7 +1180,7 @@ X86Operand *X86AsmParser::ParseIntelOperator(SMLoc Start, unsigned OpKind) {
bool IsVarDecl;
if (!SemaCallback->LookupInlineAsmIdentifier(Sym.getName(), NULL, Length,
Size, Type, IsVarDecl))
return ErrorOperand(Start, "Unable to lookup TYPE of expr!");
return ErrorOperand(Start, "Unable to lookup expr!");
}
unsigned CVal;
switch(OpKind) {