OSDN Git Service

Fix silly typo in the FP CEP handling.
authorAnton Korobeynikov <asl@math.spbu.ru>
Fri, 21 Dec 2007 23:33:44 +0000 (23:33 +0000)
committerAnton 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

index 54a5f42..9b9b4e5 100644 (file)
@@ -851,6 +851,7 @@ void CWriter::printConstant(Constant *CPV) {
       if (NeedsClosingParens)
         Out << "))";
       Out << ')';
+      return;
     }
     default:
       cerr << "CWriter Error: Unhandled constant expression: "