split ssa updating code out to its own helper function. Don't bother
[oota-llvm.git] / lib / Transforms / Scalar / CMakeLists.txt
index 69b4c341c5b703a8ea3f6bf230e807bc8d8f8947..106fb8f3c8335052748568cda6aa66f0be83dac9 100644 (file)
@@ -3,15 +3,18 @@ add_llvm_library(LLVMScalarOpts
   BasicBlockPlacement.cpp
   CodeGenPrepare.cpp
   ConstantProp.cpp
+  CorrelatedValuePropagation.cpp
   DCE.cpp
   DeadStoreElimination.cpp
+  EarlyCSE.cpp
   GEPSplitter.cpp
   GVN.cpp
   IndVarSimplify.cpp
   JumpThreading.cpp
   LICM.cpp
   LoopDeletion.cpp
-  LoopIndexSplit.cpp
+  LoopIdiomRecognize.cpp
+  LoopInstSimplify.cpp
   LoopRotation.cpp
   LoopStrengthReduce.cpp
   LoopUnrollPass.cpp
@@ -29,7 +32,4 @@ add_llvm_library(LLVMScalarOpts
   Sink.cpp
   TailDuplication.cpp
   TailRecursionElimination.cpp
-  ValuePropagation.cpp
   )
-
-target_link_libraries (LLVMScalarOpts LLVMTransformUtils)