@@ -1495,8 +1495,9 @@ void CWriter::printConstant(Constant *CPV, bool Static) {
|
|||||||
printConstantDataSequential(CDV, Static);
|
printConstantDataSequential(CDV, Static);
|
||||||
Out << ")";
|
Out << ")";
|
||||||
}
|
}
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
} else {
|
else {
|
||||||
assert(isa<UndefValue>(CPV));
|
assert(isa<UndefValue>(CPV));
|
||||||
Constant *CZ = Constant::getNullValue(VT->getElementType());
|
Constant *CZ = Constant::getNullValue(VT->getElementType());
|
||||||
printType(Out, CPV->getType());
|
printType(Out, CPV->getType());
|
||||||
|
|||||||
Reference in New Issue
Block a user