Remove the simplify-libcalls pass (finally)
[oota-llvm.git] / include / llvm / Transforms / IPO / PassManagerBuilder.h
index 563721e1282516741daf826b5d4016e2800b70f3..29ad36f96162717b7f2dfdae3676c7b8206f6162 100644 (file)
@@ -100,7 +100,6 @@ public:
   /// added to the per-module passes.
   Pass *Inliner;
 
-  bool DisableSimplifyLibCalls;
   bool DisableUnitAtATime;
   bool DisableUnrollLoops;
   bool BBVectorize;