Fix a FIXME about the format and add a test.
[oota-llvm.git] / lib / Transforms / Scalar / CMakeLists.txt
index 106fb8f3c8335052748568cda6aa66f0be83dac9..4a3585947fc61783338e658476f5c9b7c66198ff 100644 (file)
@@ -7,7 +7,7 @@ add_llvm_library(LLVMScalarOpts
   DCE.cpp
   DeadStoreElimination.cpp
   EarlyCSE.cpp
-  GEPSplitter.cpp
+  GlobalMerge.cpp
   GVN.cpp
   IndVarSimplify.cpp
   JumpThreading.cpp
@@ -24,12 +24,13 @@ add_llvm_library(LLVMScalarOpts
   Reassociate.cpp
   Reg2Mem.cpp
   SCCP.cpp
+  SROA.cpp
   Scalar.cpp
   ScalarReplAggregates.cpp
   SimplifyCFGPass.cpp
-  SimplifyHalfPowrLibCalls.cpp
-  SimplifyLibCalls.cpp
   Sink.cpp
-  TailDuplication.cpp
+  StructurizeCFG.cpp
   TailRecursionElimination.cpp
   )
+
+add_dependencies(LLVMScalarOpts intrinsics_gen)