introduce a useful abstraction to find out if a Use is in the call position of an...
[oota-llvm.git] / lib / Transforms / Instrumentation / CMakeLists.txt
1 add_llvm_library(LLVMInstrumentation
2   BlockProfiling.cpp
3   EdgeProfiling.cpp
4   ProfilingUtils.cpp
5   RSProfiling.cpp
6   )