Function llvm_sys::core::LLVMDisposeOperandBundle
source ยท pub unsafe extern "C" fn LLVMDisposeOperandBundle(
Bundle: LLVMOperandBundleRef,
)
Expand description
Destroy an operand bundle.
This must be called for every created operand bundle or memory will be leaked.