Reapply r139759. Disable IV rewriting by default. See PR10916.
[oota-llvm.git] / lib / Transforms / Instrumentation / CMakeLists.txt
index 83e12e12d82eaa2760064ead9b495103b19b81fb..7b3a927a4e685f1da610a96b97c85aca0f64d32a 100644 (file)
@@ -1,7 +1,15 @@
 add_llvm_library(LLVMInstrumentation
-  BlockProfiling.cpp
   EdgeProfiling.cpp
-  MaximumSpanningTree.cpp
+  GCOVProfiling.cpp
+  Instrumentation.cpp
+  OptimalEdgeProfiling.cpp
+  PathProfiling.cpp
   ProfilingUtils.cpp
-  RSProfiling.cpp
+  )
+
+add_llvm_library_dependencies(LLVMInstrumentation
+  LLVMAnalysis
+  LLVMCore
+  LLVMSupport
+  LLVMTransformUtils
   )