LLVMDeleteBasicBlock

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()

extern (C) nothrow
void
LLVMDeleteBasicBlock
(
LLVMBasicBlockRef BB
)

Meta