aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/InstCombine/CMakeLists.txt
blob: 06964acbdc9ea1e46f02dc85d88cd22ed5ae9642 (plain)
1
2
3
4
5
6
7
8
9
10
add_llvm_library(LLVMInstCombine
  InstructionCombining.cpp
  InstCombineCasts.cpp
  InstCombineCompares.cpp
  InstCombinePHI.cpp
  InstCombineSimplifyDemanded.cpp
  InstCombineVectorOps.cpp
  )

target_link_libraries (LLVMInstCombine LLVMTransformUtils)