LLVMInstructionRemoveFromParent

Remove and delete an instruction.

The instruction specified is removed from its containing building block but is kept alive.

@see llvm::Instruction::removeFromParent()

extern (C) nothrow
void
LLVMInstructionRemoveFromParent
(
LLVMValueRef Inst
)

Meta