1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-27 22:12:47 +01:00
llvm-mirror/lib/Transforms/InstCombine/CMakeLists.txt

18 lines
426 B
CMake
Raw Normal View History

add_llvm_library(LLVMInstCombine
InstructionCombining.cpp
InstCombineAddSub.cpp
InstCombineAndOrXor.cpp
InstCombineCalls.cpp
InstCombineCasts.cpp
InstCombineCompares.cpp
InstCombineLoadStoreAlloca.cpp
InstCombineMulDivRem.cpp
InstCombinePHI.cpp
InstCombineSelect.cpp
InstCombineShifts.cpp
2010-01-04 08:19:55 +01:00
InstCombineSimplifyDemanded.cpp
InstCombineVectorOps.cpp
)
add_dependencies(LLVMInstCombine intrinsics_gen)