ΒΆLLVMValueRef LLVMGetLastInstruction(
LLVMBasicBlockRef BB)
LLVMValueRef LLVMGetLastInstruction(
LLVMBasicBlockRef BB)
Description
Obtain the last instruction in a basic block. The returned LLVMValueRef corresponds to an LLVM:Instruction.
Declared at: llvm/include/llvm-c/Core.h:3040
Parameters
- LLVMBasicBlockRef BB