[objc-arc] Move the before optimization statistics gathering phase out of OptimizeInd...
[oota-llvm.git] / lib / Transforms / ObjCARC / CMakeLists.txt
index b98861140984d3bd7b80626a3fe8af43d1978ca7..233deb398011d33ce4ef99c2ed3a99f1ea0ee3e7 100644 (file)
@@ -4,6 +4,10 @@ add_llvm_library(LLVMObjCARCOpts
   ObjCARCExpand.cpp
   ObjCARCAPElim.cpp
   ObjCARCAliasAnalysis.cpp
+  ObjCARCUtil.cpp
+  ObjCARCContract.cpp
+  DependencyAnalysis.cpp
+  ProvenanceAnalysis.cpp
   )
 
 add_dependencies(LLVMObjCARCOpts intrinsics_gen)