LLVMInstructionEraseFromParent

Function LLVMInstructionEraseFromParent 

Source
pub unsafe extern "C" fn LLVMInstructionEraseFromParent(
    Inst: LLVMValueRef,
)
Expand description

Remove and delete an instruction.

The instruction specified is removed from its containing building block and then deleted.

@see llvm::Instruction::eraseFromParent()