LLVMGetLastInstruction

Function LLVMGetLastInstruction 

Source
pub unsafe extern "C" fn LLVMGetLastInstruction(
    BB: LLVMBasicBlockRef,
) -> LLVMValueRef
Expand description

Obtain the last instruction in a basic block.

The returned LLVMValueRef corresponds to an LLVM:Instruction.