Spacing fix.

llvm-svn: 72083
This commit is contained in:
Dale Johannesen 2009-05-19 00:46:42 +00:00
parent 97c793ad1c
commit 5668077271
1 changed files with 1 additions and 1 deletions

View File

@ -1127,7 +1127,7 @@ void CWriter::printConstant(Constant *CPV, bool Static) {
Out << CI->getZExtValue() << 'u';
else
Out << CI->getSExtValue();
Out << ')';
Out << ')';
}
return;
}