ΒΆLLVMValueRef LLVMGetBasicBlockTerminator(
LLVMBasicBlockRef BB)
LLVMValueRef LLVMGetBasicBlockTerminator(
LLVMBasicBlockRef BB)
Description
Obtain the terminator instruction for a basic block. If the basic block does not have a terminator (it is not well-formed if it doesn't), then NULL is returned. The returned LLVMValueRef corresponds to an llvm::Instruction.
Declared at: llvm/include/llvm-c/Core.h:2988
Parameters
- LLVMBasicBlockRef BB