]> git.proxmox.com Git - rustc.git/blame - src/llvm/lib/Transforms/InstCombine/CMakeLists.txt
Imported Upstream version 1.0.0+dfsg1
[rustc.git] / src / llvm / lib / Transforms / InstCombine / CMakeLists.txt
CommitLineData
223e47cc
LB
1add_llvm_library(LLVMInstCombine
2 InstructionCombining.cpp
3 InstCombineAddSub.cpp
4 InstCombineAndOrXor.cpp
5 InstCombineCalls.cpp
6 InstCombineCasts.cpp
7 InstCombineCompares.cpp
8 InstCombineLoadStoreAlloca.cpp
9 InstCombineMulDivRem.cpp
10 InstCombinePHI.cpp
11 InstCombineSelect.cpp
1a4d82fc 12 InstCombineShifts.cpp
223e47cc
LB
13 InstCombineSimplifyDemanded.cpp
14 InstCombineVectorOps.cpp
15 )
16
17add_dependencies(LLVMInstCombine intrinsics_gen)