665903064a53d3d521280e36129521791771fb3e
[oota-llvm.git] / lib / Transforms / InstCombine / CMakeLists.txt
1 add_llvm_library(LLVMInstCombine
2   InstructionCombining.cpp
3   InstCombineSimplifyDemanded.cpp
4   )
5
6 target_link_libraries (LLVMInstCombine LLVMTransformUtils)