Fix the inliner so that the optsize function attribute don't alter the
[oota-llvm.git] / lib / Transforms / IPO / CMakeLists.txt
index d476cccf18799cfd973dcc77e43be7d5fc0d510e..58b3551cd7a2fd0265ded531aac1fa15bc7f1345 100644 (file)
@@ -13,20 +13,10 @@ add_llvm_library(LLVMipo
   Inliner.cpp
   Internalize.cpp
   LoopExtractor.cpp
-  LowerSetJmp.cpp
   MergeFunctions.cpp
   PartialInlining.cpp
+  PassManagerBuilder.cpp
   PruneEH.cpp
   StripDeadPrototypes.cpp
   StripSymbols.cpp
   )
-
-add_llvm_library_dependencies(LLVMipo
-  LLVMAnalysis
-  LLVMCore
-  LLVMScalarOpts
-  LLVMSupport
-  LLVMTarget
-  LLVMTransformUtils
-  LLVMipa
-  )