Fix a comment.
[oota-llvm.git] / lib / Transforms / Scalar / CMakeLists.txt
index 7d95b90e90ae6edc05c2d27411ec8fe35bcfc16f..683c1c2fd7089c8ef4ac82d6842a67956db233d7 100644 (file)
@@ -2,23 +2,20 @@ add_llvm_library(LLVMScalarOpts
   ABCD.cpp
   ADCE.cpp
   BasicBlockPlacement.cpp
-  CodeGenLICM.cpp
   CodeGenPrepare.cpp
-  CondPropagate.cpp
   ConstantProp.cpp
   DCE.cpp
   DeadStoreElimination.cpp
   GEPSplitter.cpp
   GVN.cpp
   IndVarSimplify.cpp
-  InstructionCombining.cpp
   JumpThreading.cpp
   LICM.cpp
   LoopDeletion.cpp
   LoopIndexSplit.cpp
   LoopRotation.cpp
   LoopStrengthReduce.cpp
-  LoopUnroll.cpp
+  LoopUnrollPass.cpp
   LoopUnswitch.cpp
   MemCpyOptimizer.cpp
   Reassociate.cpp