mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-13 17:00:01 +00:00
Spacing fix.
llvm-svn: 72083
This commit is contained in:
parent
2eb592f2f9
commit
b9a41be8b0
@ -1127,7 +1127,7 @@ void CWriter::printConstant(Constant *CPV, bool Static) {
|
||||
Out << CI->getZExtValue() << 'u';
|
||||
else
|
||||
Out << CI->getSExtValue();
|
||||
Out << ')';
|
||||
Out << ')';
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user