diff options
Diffstat (limited to 'include/llvm/Transforms/IPO.h')
-rw-r--r-- | include/llvm/Transforms/IPO.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/llvm/Transforms/IPO.h b/include/llvm/Transforms/IPO.h index 3c5353a9a3..7d98dfe604 100644 --- a/include/llvm/Transforms/IPO.h +++ b/include/llvm/Transforms/IPO.h @@ -159,11 +159,6 @@ FunctionPass *createSingleLoopExtractorPass(); /// ModulePass *createBlockExtractorPass(const std::vector<BasicBlock*> &BTNE); -/// createOptimizeWellKnownCallsPass - This pass optimizes specific calls to -/// specific well-known (library) functions. -ModulePass *createSimplifyLibCallsPass(); - - /// createIndMemRemPass - This pass removes potential indirect calls of /// malloc and free ModulePass *createIndMemRemPass(); |