MergeFunctions, tiny refactoring:
[oota-llvm.git] / lib / Transforms / Instrumentation / CMakeLists.txt
index aa265a49ed195589ee8426e0b1eb57656631a3f1..35635934b81c0bfff29e816dd4e19669aa3c0725 100644 (file)
@@ -1,15 +1,11 @@
 add_llvm_library(LLVMInstrumentation
   AddressSanitizer.cpp
-  BlackList.cpp
   BoundsChecking.cpp
+  DataFlowSanitizer.cpp
   DebugIR.cpp
-  EdgeProfiling.cpp
   GCOVProfiling.cpp
   MemorySanitizer.cpp
   Instrumentation.cpp
-  OptimalEdgeProfiling.cpp
-  PathProfiling.cpp
-  ProfilingUtils.cpp
   ThreadSanitizer.cpp
   )