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