[TableGen] Use std::remove_if instead of an n^2 loop. NFC
[oota-llvm.git] / utils / KillTheDoctor / CMakeLists.txt
1 add_llvm_utility(KillTheDoctor
2   KillTheDoctor.cpp
3   )
4
5 target_link_libraries(KillTheDoctor LLVMSupport)