mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-01 00:25:01 +00:00
Fix silly typo in the FP CEP handling.
llvm-svn: 45300
This commit is contained in:
parent
99690fb26c
commit
913c80d37f
@ -851,6 +851,7 @@ void CWriter::printConstant(Constant *CPV) {
|
||||
if (NeedsClosingParens)
|
||||
Out << "))";
|
||||
Out << ')';
|
||||
return;
|
||||
}
|
||||
default:
|
||||
cerr << "CWriter Error: Unhandled constant expression: "
|
||||
|
Loading…
Reference in New Issue
Block a user