pub unsafe extern "C" fn LLVMDeleteInstruction(Inst: LLVMValueRef)
Expand description
Remove the given instruction that is not inserted into a basic block. It must have previously been removed from its containing building block.
pub unsafe extern "C" fn LLVMDeleteInstruction(Inst: LLVMValueRef)
Remove the given instruction that is not inserted into a basic block. It must have previously been removed from its containing building block.