[IR][NFC] Adds BasicBlock::erase().
Currently the only way to do this is to work with the instruction list directly. This is part of a series of cleanup patches towards making BasicBlock::getInstList() private. Differential Revision: https://reviews.llvm.org/D139142
Loading
Please sign in to comment