Don't use a potentially expensive shift if all we want is one set bit.
[oota-llvm.git] / unittests / Transforms / DebugIR / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   Instrumentation
3   )
4
5 add_llvm_unittest(DebugIRTests
6   DebugIR.cpp
7   )