pub unsafe extern "C" fn LLVMInstructionRemoveFromParent(
Inst: LLVMValueRef,
)Expand description
Remove an instruction.
The instruction specified is removed from its containing building block but is kept alive.
@see llvm::Instruction::removeFromParent()