Spacing fix.

llvm-svn: 72083
This commit is contained in:
Dale Johannesen 2009-05-19 00:46:42 +00:00
parent 2eb592f2f9
commit b9a41be8b0

View File

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