diff --git a/cbackend.cpp b/cbackend.cpp index 7adefb40..0522fd85 100644 --- a/cbackend.cpp +++ b/cbackend.cpp @@ -1495,8 +1495,9 @@ void CWriter::printConstant(Constant *CPV, bool Static) { printConstantDataSequential(CDV, Static); Out << ")"; } + } #endif - } else { + else { assert(isa(CPV)); Constant *CZ = Constant::getNullValue(VT->getElementType()); printType(Out, CPV->getType());