Remove a basic block from a function and delete it.
This deletes the basic block from its containing function and deletes the basic block itself.
@see llvm::BasicBlock::eraseFromParent()
See Implementation
Remove a basic block from a function and delete it.
This deletes the basic block from its containing function and deletes the basic block itself.
@see llvm::BasicBlock::eraseFromParent()