Function llvm_sys::core::LLVMDeleteInstruction
source · 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.