Delete the IPO simplify-libcalls and completely reimplement it as
[oota-llvm.git] / include / llvm / Transforms / IPO.h
index 3c5353a9a35bf19526d157615a544324fd650be9..7d98dfe6045231ed8cb8f41346892927bbd2db4a 100644 (file)
@@ -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();