forked from OSchip/llvm-project
Declare a function to create the SimplifyLibCalls pass.
llvm-svn: 21523
This commit is contained in:
parent
39a762d149
commit
0c2d046aa4
|
@ -163,6 +163,10 @@ FunctionPass *createSingleLoopExtractorPass();
|
|||
//
|
||||
ModulePass *createBlockExtractorPass(std::vector<BasicBlock*> &BTNE);
|
||||
|
||||
// createOptimizeWellKnownCallsPass - This pass optimizes specific calls to
|
||||
// specific well-known (library) functions.
|
||||
ModulePass *createSimplifyLibCallsPass();
|
||||
|
||||
} // End llvm namespace
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue