LLVMAppendBasicBlock

Function LLVMAppendBasicBlock 

Source
pub unsafe extern "C" fn LLVMAppendBasicBlock(
    Fn: LLVMValueRef,
    Name: *const c_char,
) -> LLVMBasicBlockRef
Expand description

Append a basic block to the end of a function using the global context.

@see llvm::BasicBlock::Create()