Function llvm_sys::core::LLVMAppendExistingBasicBlock

source ยท
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.