pub unsafe extern "C" fn LLVMAppendExistingBasicBlock(
Fn: LLVMValueRef,
BB: LLVMBasicBlockRef,
)Expand description
Append the given basic block to the basic block list of the given function.
pub unsafe extern "C" fn LLVMAppendExistingBasicBlock(
Fn: LLVMValueRef,
BB: LLVMBasicBlockRef,
)Append the given basic block to the basic block list of the given function.