Update the specified successor to point at the provided block. This instruction must be a terminator.

Synopsis

Declared in <llvm/IR/Instruction.h>

void
setSuccessor(
    unsigned int Idx,
    BasicBlock* BB);

Parameters

Name

Description

BB

LLVM Basic Block Representation

Created with MrDocs