Fixed compile error which shows up on LLVM 3.0
This commit is contained in:
@@ -1495,8 +1495,9 @@ void CWriter::printConstant(Constant *CPV, bool Static) {
|
||||
printConstantDataSequential(CDV, Static);
|
||||
Out << ")";
|
||||
}
|
||||
}
|
||||
#endif
|
||||
} else {
|
||||
else {
|
||||
assert(isa<UndefValue>(CPV));
|
||||
Constant *CZ = Constant::getNullValue(VT->getElementType());
|
||||
printType(Out, CPV->getType());
|
||||
|
||||
Reference in New Issue
Block a user