add some spaces :)

llvm-svn: 66738
This commit is contained in:
Chris Lattner 2009-03-11 23:09:16 +00:00
parent d295bf1d46
commit 84f3afab97
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ unsigned AsmStmt::AnalyzeAsmString(llvm::SmallVectorImpl<AsmStringPiece>&Pieces,
--CurPtr;
while (CurPtr != StrEnd && isdigit(*CurPtr))
N = N*10+((*CurPtr++)-'0');
N = N*10 + ((*CurPtr++)-'0');
unsigned NumOperands =
getNumOutputs() + getNumPlusOperands() + getNumInputs();