Don't use a potentially expensive shift if all we want is one set bit.
[oota-llvm.git] / unittests / Bitcode / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   BitReader
3   BitWriter
4   )
5
6 add_llvm_unittest(BitcodeTests
7   BitReaderTest.cpp
8   )