Declare a function to create the SimplifyLibCalls pass.

llvm-svn: 21523
This commit is contained in:
Reid Spencer 2005-04-25 02:54:00 +00:00
parent 39a762d149
commit 0c2d046aa4
1 changed files with 4 additions and 0 deletions

View File

@ -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