LLVMSetSuccessor

Update the specified successor to point at the provided block.

@see llvm::TerminatorInst::setSuccessor

extern (C) nothrow
void
LLVMSetSuccessor
(
LLVMValueRef Term
,
uint i
,
LLVMBasicBlockRef block
)

Meta