ΒΆ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:3243

Parameters

LLVMValueRef Inst