projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d4c738
)
Spacing fix.
author
Dale Johannesen
<dalej@apple.com>
Tue, 19 May 2009 00:46:42 +0000
(
00:46
+0000)
committer
Dale Johannesen
<dalej@apple.com>
Tue, 19 May 2009 00:46:42 +0000
(
00:46
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72083
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/CBackend/CBackend.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/CBackend/CBackend.cpp
b/lib/Target/CBackend/CBackend.cpp
index bd926f609fae1168a755809a88017a3788f5df67..4d7b54503e8998d7c42ef1e899915849980d9fdc 100644
(file)
--- a/
lib/Target/CBackend/CBackend.cpp
+++ b/
lib/Target/CBackend/CBackend.cpp
@@
-1127,7
+1127,7
@@
void CWriter::printConstant(Constant *CPV, bool Static) {
Out << CI->getZExtValue() << 'u';
else
Out << CI->getSExtValue();
-
Out << ')';
+ Out << ')';
}
return;
}