This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by vporpo on Nov 29 2022, 8:40 PM.

Diff Detail

Event Timeline

vporpo created this revision.Nov 29 2022, 8:40 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 29 2022, 8:40 PM
vporpo requested review of this revision.Nov 29 2022, 8:40 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 29 2022, 8:40 PM
nikic accepted this revision.Dec 12 2022, 12:57 PM
nikic added a subscriber: nikic.

LGTM

This revision is now accepted and ready to land.Dec 12 2022, 12:57 PM
This revision was landed with ongoing or failed builds.Dec 12 2022, 4:23 PM
This revision was automatically updated to reflect the committed changes.