This is an archive of the discontinued LLVM Phabricator instance.

[BOLT][NFC] Remove unused PrintInstructions argument
ClosedPublic

Authored by maksfb on Dec 20 2022, 3:35 PM.

Details

Summary

PrintInstructions was unused in BinaryFunction::print() and dump().

Diff Detail

Event Timeline

maksfb created this revision.Dec 20 2022, 3:35 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 20 2022, 3:35 PM
maksfb requested review of this revision.Dec 20 2022, 3:35 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 20 2022, 3:35 PM
Amir accepted this revision.Dec 20 2022, 3:38 PM
This revision is now accepted and ready to land.Dec 20 2022, 3:38 PM
This revision was automatically updated to reflect the committed changes.