Fix silly typo in the FP CEP handling.

llvm-svn: 45300
This commit is contained in:
Anton Korobeynikov 2007-12-21 23:33:44 +00:00
parent e7e26cd01e
commit 1e8c1308bb
1 changed files with 1 additions and 0 deletions

View File

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