diff options
Diffstat (limited to 'lib/Target/CBackend/CBackend.cpp')
-rw-r--r-- | lib/Target/CBackend/CBackend.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/CBackend/CBackend.cpp b/lib/Target/CBackend/CBackend.cpp index bd926f609f..4d7b54503e 100644 --- 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; } |