Function LLVMSetNormalDest

Source
pub unsafe extern "C" fn LLVMSetNormalDest(
    InvokeInst: *mut LLVMValue,
    B: *mut LLVMBasicBlock,
)
Expand description

Set the normal destination basic block of an invoke instruction.