Fix a FIXME about the format and add a test.
[oota-llvm.git] / lib / Transforms / Scalar / CMakeLists.txt
index a01e0661b1ffc172a6b1725a73e020737c08d558..4a3585947fc61783338e658476f5c9b7c66198ff 100644 (file)
@@ -21,15 +21,15 @@ add_llvm_library(LLVMScalarOpts
   LoopUnswitch.cpp
   LowerAtomic.cpp
   MemCpyOptimizer.cpp
-  ObjCARC.cpp
   Reassociate.cpp
   Reg2Mem.cpp
   SCCP.cpp
+  SROA.cpp
   Scalar.cpp
   ScalarReplAggregates.cpp
   SimplifyCFGPass.cpp
-  SimplifyLibCalls.cpp
   Sink.cpp
+  StructurizeCFG.cpp
   TailRecursionElimination.cpp
   )