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

Succ

LLVM Basic Block Representation

Created with MrDocs