[][src]Function llvm_sys::core::LLVMInsertExistingBasicBlockAfterInsertBlock

pub unsafe extern "C" fn LLVMInsertExistingBasicBlockAfterInsertBlock(
    Builder: LLVMBuilderRef,
    BB: LLVMBasicBlockRef
)

Insert the given basic block after the insertion point of the given builder.