aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/InstCombine/CMakeLists.txt
blob: 20077dbff0b60def567af1b9cdfe4abe4706ed70 (plain)
1
2
3
4
5
6
7
8
add_llvm_library(LLVMInstCombine
  InstructionCombining.cpp
  InstCombineCasts.cpp
  InstCombineCompares.cpp
  InstCombineSimplifyDemanded.cpp
  )

target_link_libraries (LLVMInstCombine LLVMTransformUtils)