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.
pub unsafe extern "C" fn LLVMDisposeOperandBundle(
Bundle: LLVMOperandBundleRef,
)Destroy an operand bundle.
This must be called for every created operand bundle or memory will be leaked.