pub unsafe extern "C" fn LLVMGetLastInstruction(
BB: LLVMBasicBlockRef,
) -> LLVMValueRefExpand description
Obtain the last instruction in a basic block.
The returned LLVMValueRef corresponds to an LLVM:Instruction.
pub unsafe extern "C" fn LLVMGetLastInstruction(
BB: LLVMBasicBlockRef,
) -> LLVMValueRefObtain the last instruction in a basic block.
The returned LLVMValueRef corresponds to an LLVM:Instruction.