This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Cleanup: Replace BB->getInstList().erase() with I->eraseFromParent().
ClosedPublic

Authored by vporpo on Dec 13 2022, 8:28 PM.

Details

Summary

This is part of a series of patches that aim at making BasicBlock::getInstList() private.

Diff Detail

Event Timeline

vporpo created this revision.Dec 13 2022, 8:28 PM
Herald added a project: Restricted Project. · View Herald Transcript
vporpo requested review of this revision.Dec 13 2022, 8:28 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 13 2022, 8:28 PM
This revision was not accepted when it landed; it landed in state Needs Review.Dec 13 2022, 8:55 PM
This revision was automatically updated to reflect the committed changes.