Sets the unwind edge of an instruction to a particular successor.

Synopsis

Declared in <llvm/Transforms/Utils/BasicBlockUtils.h>

void
setUnwindEdgeTo(
    Instruction* TI,
    BasicBlock* Succ);

Parameters

Name

Description

TI

Instruction whose unwind successor is updated.

Succ

New unwind successor block.

Created with MrDocs