ΒΆvoid LLVMInstructionEraseFromParent(
LLVMValueRef Inst)
void LLVMInstructionEraseFromParent(
LLVMValueRef Inst)
Description
Remove and delete an instruction. The instruction specified is removed from its containing building block and then deleted.
Declared at: llvm/include/llvm-c/Core.h:3131
Parameters
- LLVMValueRef Inst