diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index ba8a38be9a9..e859098d154 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -1956,7 +1956,7 @@ AllocaInst* instToReplace = ...; BasicBlock::iterator ii(instToReplace); ReplaceInstWithValue(instToReplace->getParent()->getInstList(), ii, - Constant::getNullValue(PointerType::get(Type::Int32Ty))); + Constant::getNullValue(PointerType::getUnqual(Type::Int32Ty)));