96b016650e2699017c3bded6907b582680d8a192
[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)