LLVMInstructionEraseFromParent

Remove and delete an instruction.

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

@see llvm::Instruction::eraseFromParent()

extern (C) nothrow
void
LLVMInstructionEraseFromParent
(
LLVMValueRef Inst
)

Meta