LLVMSetUnwindDest

Set the unwind destination basic block.

This only works on llvm::InvokeInst instructions.

@see llvm::InvokeInst::setUnwindDest()

extern (C) nothrow
void
LLVMSetUnwindDest
(
LLVMValueRef InvokeInst
,
LLVMBasicBlockRef B
)

Meta