LLVMGetLastInstruction

Obtain the last instruction in a basic block.

The returned LLVMValueRef corresponds to an LLVM:Instruction.

extern (C) nothrow
LLVMValueRef
LLVMGetLastInstruction
(
LLVMBasicBlockRef BB
)

Meta