IR: Thread OnlyIfReduced through ConstantExpr::getWithOperands()
[oota-llvm.git] / lib / Transforms / IPO / CMakeLists.txt
index 4d8dbc2189a67e9c15ad1d037ecf5799fb6ac402..90c1c33e6dca7945ac9d040b5bd4e903253c6240 100644 (file)
@@ -1,5 +1,6 @@
 add_llvm_library(LLVMipo
   ArgumentPromotion.cpp
+  BarrierNoopPass.cpp
   ConstantMerge.cpp
   DeadArgumentElimination.cpp
   ExtractGV.cpp
@@ -21,12 +22,4 @@ add_llvm_library(LLVMipo
   StripSymbols.cpp
   )
 
-add_llvm_library_dependencies(LLVMipo
-  LLVMAnalysis
-  LLVMCore
-  LLVMScalarOpts
-  LLVMSupport
-  LLVMTarget
-  LLVMTransformUtils
-  LLVMipa
-  )
+add_dependencies(LLVMipo intrinsics_gen)