Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D140054
[docs] Updates ProgrammersManual to reflect the change that BasicBlock::getInstList() is private. ClosedPublic Authored by vporpo on Dec 14 2022, 1:57 PM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 14 2022, 1:59 PM This revision was landed with ongoing or failed builds.Dec 14 2022, 2:08 PM Closed by commit rGbc63a393262d: [docs] Updates ProgrammersManual to reflect the change that BasicBlock… (authored by vporpo). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 482989 llvm/docs/ProgrammersManual.rst
|
New version of ReplaceInstWithValue accepts only two argument, so looks like the whole instToReplace->getParent() needs to be removed.