Create a pass that converts SwitchInst instructions into chained binary branches.

Synopsis

Declared in <llvm/Transforms/Utils.h>

FunctionPass*
createLowerSwitchPass();

Return Value

An owning pointer to the newly created FunctionPass.

Created with MrDocs