commit | dceadaf8dfa7f8c13288c7eabbc5835d5a721812 | [log] [tgz] |
---|---|---|
author | Anton Korobeynikov <asl@math.spbu.ru> | Fri Dec 21 23:33:44 2007 +0000 |
committer | Anton Korobeynikov <asl@math.spbu.ru> | Fri Dec 21 23:33:44 2007 +0000 |
tree | 2459283ef4b8f849d50f88ffdb460340c9b69a5e | |
parent | 5819799fa746cc021471b22d4e90b3e34c2076fd [diff] |
Fix silly typo in the FP CEP handling. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45300 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/CBackend/CBackend.cpp b/lib/Target/CBackend/CBackend.cpp index 54a5f42..9b9b4e5 100644 --- a/lib/Target/CBackend/CBackend.cpp +++ b/lib/Target/CBackend/CBackend.cpp
@@ -851,6 +851,7 @@ if (NeedsClosingParens) Out << "))"; Out << ')'; + return; } default: cerr << "CWriter Error: Unhandled constant expression: "