ΒΆLLVMBasicBlockRef LLVMAppendBasicBlock(
    LLVMValueRef Fn,
    const char* Name)

Description

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

Declared at: llvm/include/llvm-c/Core.h:3083

Parameters

LLVMValueRef Fn
const char* Name