InstSimplify: Move a transform from InstCombine to InstSimplify
[oota-llvm.git] / lib / Transforms / Utils / CMakeLists.txt
index 93f3aa7614811e3c28ac807db639f69325369bf1..fcf548f97c5d6a2fa9188571f00d61bc25413462 100644 (file)
@@ -1,28 +1,41 @@
 add_llvm_library(LLVMTransformUtils
+  AddDiscriminators.cpp
+  ASanStackFrameLayout.cpp
   BasicBlockUtils.cpp
-  BasicInliner.cpp
   BreakCriticalEdges.cpp
+  BuildLibCalls.cpp
+  BypassSlowDivision.cpp
+  CtorUtils.cpp
   CloneFunction.cpp
-  CloneLoop.cpp
   CloneModule.cpp
-  CloneTrace.cpp
+  CmpInstAnalysis.cpp
   CodeExtractor.cpp
-  DbgInfoRemover.cpp
-  DbgInfoUtils.cpp
   DemoteRegToStack.cpp
-  InlineCost.cpp
+  GlobalStatus.cpp
   InlineFunction.cpp
+  InstructionNamer.cpp
+  IntegerDivision.cpp
   LCSSA.cpp
   Local.cpp
   LoopSimplify.cpp
-  LowerAllocations.cpp
+  LoopUnroll.cpp
+  LoopUnrollRuntime.cpp
+  LowerExpectIntrinsic.cpp
   LowerInvoke.cpp
   LowerSwitch.cpp
   Mem2Reg.cpp
+  MetaRenamer.cpp
+  ModuleUtils.cpp
   PromoteMemoryToRegister.cpp
+  SSAUpdater.cpp
   SimplifyCFG.cpp
+  FlattenCFG.cpp
+  SimplifyIndVar.cpp
+  SimplifyInstructions.cpp
+  SimplifyLibCalls.cpp
   UnifyFunctionExitNodes.cpp
-  UnrollLoop.cpp
+  Utils.cpp
   ValueMapper.cpp
-  InstructionNamer.cpp
   )
+
+add_dependencies(LLVMTransformUtils intrinsics_gen)