For fastcc on x86, let ECX be used as a return register after EAX and EDX
[oota-llvm.git] / lib / Transforms / Instrumentation / CMakeLists.txt
1 add_llvm_library(LLVMInstrumentation
2   BlockProfiling.cpp
3   EdgeProfiling.cpp
4   OptimalEdgeProfiling.cpp
5   ProfilingUtils.cpp
6   RSProfiling.cpp
7   )