683c1c2fd7089c8ef4ac82d6842a67956db233d7
[oota-llvm.git] / lib / Transforms / Scalar / CMakeLists.txt
1 add_llvm_library(LLVMScalarOpts
2   ABCD.cpp
3   ADCE.cpp
4   BasicBlockPlacement.cpp
5   CodeGenPrepare.cpp
6   ConstantProp.cpp
7   DCE.cpp
8   DeadStoreElimination.cpp
9   GEPSplitter.cpp
10   GVN.cpp
11   IndVarSimplify.cpp
12   JumpThreading.cpp
13   LICM.cpp
14   LoopDeletion.cpp
15   LoopIndexSplit.cpp
16   LoopRotation.cpp
17   LoopStrengthReduce.cpp
18   LoopUnrollPass.cpp
19   LoopUnswitch.cpp
20   MemCpyOptimizer.cpp
21   Reassociate.cpp
22   Reg2Mem.cpp
23   SCCP.cpp
24   SCCVN.cpp
25   Scalar.cpp
26   ScalarReplAggregates.cpp
27   SimplifyCFGPass.cpp
28   SimplifyHalfPowrLibCalls.cpp
29   SimplifyLibCalls.cpp
30   TailDuplication.cpp
31   TailRecursionElimination.cpp
32   )
33
34 target_link_libraries (LLVMScalarOpts LLVMTransformUtils)