[LPM] Fix PR18616 where the shifts to the loop pass manager to extract
[oota-llvm.git] / lib / Transforms / Utils / CMakeLists.txt
index b71628bcb28ea26ac6a5c6704491fd4d6720b5eb..2858540c8c350dd588bde3d4e447897898b68de7 100644 (file)
@@ -1,4 +1,5 @@
 add_llvm_library(LLVMTransformUtils
+  ASanStackFrameLayout.cpp
   BasicBlockUtils.cpp
   BreakCriticalEdges.cpp
   BuildLibCalls.cpp
@@ -8,6 +9,7 @@ add_llvm_library(LLVMTransformUtils
   CmpInstAnalysis.cpp
   CodeExtractor.cpp
   DemoteRegToStack.cpp
+  GlobalStatus.cpp
   InlineFunction.cpp
   InstructionNamer.cpp
   IntegerDivision.cpp
@@ -25,9 +27,11 @@ add_llvm_library(LLVMTransformUtils
   PromoteMemoryToRegister.cpp
   SSAUpdater.cpp
   SimplifyCFG.cpp
+  FlattenCFG.cpp
   SimplifyIndVar.cpp
   SimplifyInstructions.cpp
   SimplifyLibCalls.cpp
+  SpecialCaseList.cpp
   UnifyFunctionExitNodes.cpp
   Utils.cpp
   ValueMapper.cpp