mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-06 03:19:50 +00:00
Declare a function to create the SimplifyLibCalls pass.
llvm-svn: 21523
This commit is contained in:
parent
95a0d8af78
commit
a8e0496412
@ -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…
x
Reference in New Issue
Block a user