split out load/store/alloca.
[oota-llvm.git] / lib / Transforms / InstCombine / CMakeLists.txt
1 add_llvm_library(LLVMInstCombine
2   InstructionCombining.cpp
3   InstCombineCasts.cpp
4   InstCombineCompares.cpp
5   InstCombineLoadStoreAlloca.cpp
6   InstCombinePHI.cpp
7   InstCombineSimplifyDemanded.cpp
8   InstCombineVectorOps.cpp
9   )
10
11 target_link_libraries (LLVMInstCombine LLVMTransformUtils)