LLVMSetNormalDest

Function LLVMSetNormalDest 

Source
pub unsafe extern "C" fn LLVMSetNormalDest(
    InvokeInst: LLVMValueRef,
    B: LLVMBasicBlockRef,
)
Expand description

Set the normal destination basic block.

This only works on llvm::InvokeInst instructions.

@see llvm::InvokeInst::setNormalDest()