pub unsafe extern "C" fn LLVMDeleteInstruction(Inst: LLVMValueRef)Expand description
Delete an instruction.
The instruction specified is deleted. It must have previously been removed from its containing building block.
@see llvm::Value::deleteValue()