[SelectionDAG] Use std::any_of instead of a manually coded loop. NFC
[oota-llvm.git] / utils / PerfectShuffle / CMakeLists.txt
1 add_llvm_utility(llvm-PerfectShuffle
2   PerfectShuffle.cpp
3   )