Function LLVMGetNormalDest

Source
pub unsafe extern "C" fn LLVMGetNormalDest(
    InvokeInst: *mut LLVMValue,
) -> *mut LLVMBasicBlock
Expand description

Return the normal destination basic block of an invoke instruction.