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
This commit is contained in:
Anton Korobeynikov 2007-12-21 23:33:44 +00:00
parent 5819799fa7
commit dceadaf8df

View File

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