ΒΆLLVMBasicBlockRef LLVMAppendBasicBlock(
LLVMValueRef Fn,
const char* Name)
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:2971
Parameters
- LLVMValueRef Fn
- const char* Name