29a53de3cad5835a34ca76980639f7bae6f601ff
[oota-llvm.git] / lib / Transforms / InstCombine / CMakeLists.txt
1 add_llvm_library(LLVMInstCombine
2   InstructionCombining.cpp
3   InstCombineAddSub.cpp
4   InstCombineCalls.cpp
5   InstCombineCasts.cpp
6   InstCombineCompares.cpp
7   InstCombineLoadStoreAlloca.cpp
8   InstCombineMulDivRem.cpp
9   InstCombinePHI.cpp
10   InstCombineSelect.cpp
11   InstCombineShifts.cpp 
12   InstCombineSimplifyDemanded.cpp
13   InstCombineVectorOps.cpp
14   )
15
16 target_link_libraries (LLVMInstCombine LLVMTransformUtils)