Implementation of path profiling.
[oota-llvm.git] / lib / Transforms / Instrumentation / CMakeLists.txt
1 add_llvm_library(LLVMInstrumentation
2   EdgeProfiling.cpp
3   Instrumentation.cpp
4   OptimalEdgeProfiling.cpp
5   PathProfiling.cpp
6   ProfilingUtils.cpp
7   )