forked from OSchip/llvm-project
parent
e7e26cd01e
commit
1e8c1308bb
|
@ -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