This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Makes mutable Function::getBasicBlockList() private
AbandonedPublic

Authored by vporpo on Jan 13 2023, 2:47 PM.

Details

Reviewers
aeubanks
Summary

Any updates to the BB list should go through the appropriate member functions.

Diff Detail

Event Timeline

vporpo created this revision.Jan 13 2023, 2:47 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 13 2023, 2:47 PM
vporpo requested review of this revision.Jan 13 2023, 2:47 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 13 2023, 2:47 PM
aeubanks added inline comments.Feb 13 2023, 4:19 PM
llvm/include/llvm/IR/Function.h
730

this is already private?

vporpo abandoned this revision.Feb 13 2023, 4:26 PM
vporpo added inline comments.
llvm/include/llvm/IR/Function.h
730

Oops...