ΒΆvoid LLVMDeleteBasicBlock(LLVMBasicBlockRef BB)

Description

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.

Declared at: llvm/include/llvm-c/Core.h:3001

Parameters

LLVMBasicBlockRef BB