llvm-6502/lib/Transforms/InstCombine/CMakeLists.txt
2010-01-05 05:36:20 +00:00

11 lines
255 B
CMake

add_llvm_library(LLVMInstCombine
InstructionCombining.cpp
InstCombineCasts.cpp
InstCombineCompares.cpp
InstCombinePHI.cpp
InstCombineSimplifyDemanded.cpp
InstCombineVectorOps.cpp
)
target_link_libraries (LLVMInstCombine LLVMTransformUtils)