LLVMRemoveBasicBlockFromParent

Remove a basic block from a function.

This deletes the basic block from its containing function but keep the basic block alive.

@see llvm::BasicBlock::removeFromParent()

extern (C) nothrow
void
LLVMRemoveBasicBlockFromParent
(
LLVMBasicBlockRef BB
)

Meta