Create a pass that removes invoke instructions, converting them to calls.

Synopsis

Declared in <llvm/Transforms/Utils.h>

FunctionPass*
createLowerInvokePass();

Return Value

An owning pointer to the newly created FunctionPass.

Created with MrDocs