Create a legacy pass that simplifies each instruction in a function.

Synopsis

Declared in <llvm/Transforms/Scalar.h>

FunctionPass*
createInstSimplifyLegacyPass();

Return Value

The newly created FunctionPass.

Created with MrDocs