split instcombine of compares (visit[FI]Cmp) out to
[oota-llvm.git] / lib / Transforms / InstCombine / CMakeLists.txt
1 add_llvm_library(LLVMInstCombine
2   InstructionCombining.cpp
3   InstCombineCompares.cpp
4   InstCombineSimplifyDemanded.cpp
5   )
6
7 target_link_libraries (LLVMInstCombine LLVMTransformUtils)