[NFC] Cleanup: Function::getBasicBlockList() and Function::getSublistAccess() are now private
The Function class now supports an adequate set of member functions to help modify the BB list, including Function::splice(), Function::erase(), Function::insert() etc. so we no longer need access to the underlying list. Differential Revision: https://reviews.llvm.org/D140162
Loading
Please sign in to comment