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:
5819799
)
Fix silly typo in the FP CEP handling.
author
Anton Korobeynikov
<asl@math.spbu.ru>
Fri, 21 Dec 2007 23:33:44 +0000
(23:33 +0000)
committer
Anton Korobeynikov
<asl@math.spbu.ru>
Fri, 21 Dec 2007 23:33:44 +0000
(23:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45300
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 54a5f426cbf98f0da642c0392ddc876f69dacdc2..9b9b4e513ecddd0cd00da36f3161fefb53361762 100644
(file)
--- a/
lib/Target/CBackend/CBackend.cpp
+++ b/
lib/Target/CBackend/CBackend.cpp
@@
-851,6
+851,7
@@
void CWriter::printConstant(Constant *CPV) {
if (NeedsClosingParens)
Out << "))";
Out << ')';
+ return;
}
default:
cerr << "CWriter Error: Unhandled constant expression: "