ΒΆ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:3152

Parameters

LLVMBasicBlockRef BB