Introduce ImmutableCallSite, useful for contexts where no mutation
[oota-llvm.git] / lib / Transforms / Instrumentation / CMakeLists.txt
1 add_llvm_library(LLVMInstrumentation
2   EdgeProfiling.cpp
3   OptimalEdgeProfiling.cpp
4   ProfilingUtils.cpp
5   )