This is an archive of the discontinued LLVM Phabricator instance.

[docs] Updates ProgrammersManual to reflect the change that BasicBlock::getInstList() is private.
ClosedPublic

Authored by vporpo on Dec 14 2022, 1:57 PM.

Diff Detail

Event Timeline

vporpo created this revision.Dec 14 2022, 1:57 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 14 2022, 1:57 PM
vporpo requested review of this revision.Dec 14 2022, 1:57 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 14 2022, 1:57 PM
aeubanks accepted this revision.Dec 14 2022, 1:59 PM
This 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
This revision was automatically updated to reflect the committed changes.
dbabokin added inline comments.
llvm/docs/ProgrammersManual.rst
2990

New version of ReplaceInstWithValue accepts only two argument, so looks like the whole instToReplace->getParent() needs to be removed.

vporpo added inline comments.Jan 30 2023, 5:09 PM
llvm/docs/ProgrammersManual.rst
2990

Good catch, let me try to fix this.