This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Rename Function::insertBasicBlockAt() to Function::insert().
ClosedPublic

Authored by vporpo on Dec 14 2022, 4:26 PM.

Details

Summary

I think this is a better name because it is what STL uses.

Diff Detail

Event Timeline

vporpo created this revision.Dec 14 2022, 4:26 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 14 2022, 4:26 PM
vporpo requested review of this revision.Dec 14 2022, 4:26 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 14 2022, 4:26 PM
vporpo updated this revision to Diff 483032.Dec 14 2022, 4:43 PM

Fixed a couple more files that were missing from the original patch.

Herald added a project: Restricted Project. · View Herald TranscriptDec 14 2022, 4:43 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
asbirlea accepted this revision.Dec 15 2022, 9:45 AM

lgtm.

This revision is now accepted and ready to land.Dec 15 2022, 9:45 AM