This is an archive of the discontinued LLVM Phabricator instance.

[BOLT][NFCI] Remove redundant code
ClosedPublic

Authored by maksfb on Jun 15 2022, 6:29 PM.

Details

Summary

createBasicBlock() will create a label for addBasicBlock().

Diff Detail

Event Timeline

maksfb created this revision.Jun 15 2022, 6:29 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 15 2022, 6:29 PM
maksfb requested review of this revision.Jun 15 2022, 6:29 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 15 2022, 6:29 PM
rafauler accepted this revision.Jun 15 2022, 7:38 PM
This revision is now accepted and ready to land.Jun 15 2022, 7:38 PM
This revision was automatically updated to reflect the committed changes.