Convert a ton of simple integer type equality tests to the new predicate.
[oota-llvm.git] / lib / Transforms / Utils / CMakeLists.txt
index aca4bca500b77a0b618a222c49a6c82a0438a694..93577b47ff888c8b2f49a19a3ce6f7aa200c64de 100644 (file)
@@ -8,21 +8,20 @@ add_llvm_library(LLVMTransformUtils
   CloneModule.cpp
   CodeExtractor.cpp
   DemoteRegToStack.cpp
-  InlineCost.cpp
   InlineFunction.cpp
   InstructionNamer.cpp
   LCSSA.cpp
   Local.cpp
   LoopSimplify.cpp
-  LowerAllocations.cpp
+  LoopUnroll.cpp
   LowerInvoke.cpp
   LowerSwitch.cpp
   Mem2Reg.cpp
   PromoteMemoryToRegister.cpp
+  SSAUpdater.cpp
   SSI.cpp
   SimplifyCFG.cpp
   UnifyFunctionExitNodes.cpp
-  UnrollLoop.cpp
   ValueMapper.cpp
   )