Convert the specified invoke into a normal call.

Synopsis

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

CallInst*
changeToCall(
    InvokeInst* II,
    DomTreeUpdater* DTU = nullptr);

Return Value

Call that replaced the invoke.

Parameters

Name

Description

II

Invoke instruction to convert.

DTU

Optional dominator‐tree updater for CFG changes.

Created with MrDocs