LLVMSetNormalDest

Set the normal destination basic block.

This only works on llvm::InvokeInst instructions.

@see llvm::InvokeInst::setNormalDest()

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

Meta