[PATCH] D142944: [Doc] Removes extra argument of ReplaceInstWithValue()
Dmitry Babokin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 30 17:30:46 PST 2023
dbabokin added inline comments.
================
Comment at: llvm/docs/ProgrammersManual.rst:2959-2960
- ReplaceInstWithValue(instToReplace->getParent(), ii,
+ ReplaceInstWithValue(ii,
Constant::getNullValue(PointerType::getUnqual(Type::Int32Ty)));
----------------
Should the arguments go on the same line now?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142944/new/
https://reviews.llvm.org/D142944
More information about the llvm-commits
mailing list