Speed up instsimplify by about 10-15% by not bothering to retry
[oota-llvm.git] / lib / Transforms / Utils / CMakeLists.txt
index 10cae5ca70872b9837d7a96811f3e8b1f24dee42..5b76bb26e404a8df4ffc1f5a9765df25242b0f12 100644 (file)
@@ -3,28 +3,27 @@ add_llvm_library(LLVMTransformUtils
   BasicBlockUtils.cpp
   BasicInliner.cpp
   BreakCriticalEdges.cpp
+  BuildLibCalls.cpp
   CloneFunction.cpp
   CloneLoop.cpp
   CloneModule.cpp
-  CloneTrace.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
   SimplifyCFG.cpp
-  SSI.cpp
+  SimplifyInstructions.cpp
   UnifyFunctionExitNodes.cpp
-  UnrollLoop.cpp
+  Utils.cpp
   ValueMapper.cpp
-  InstructionNamer.cpp
   )
 
-target_link_libraries (LLVMTransformUtils LLVMSupport)