261ddda301505e6f93744ad55c70d6c199960f15
[oota-llvm.git] / lib / Transforms / Scalar / CMakeLists.txt
1 add_llvm_library(LLVMScalarOpts
2   ADCE.cpp
3   ConstantHoisting.cpp
4   ConstantProp.cpp
5   CorrelatedValuePropagation.cpp
6   DCE.cpp
7   DeadStoreElimination.cpp
8   EarlyCSE.cpp
9   FlattenCFGPass.cpp
10   GVN.cpp
11   IndVarSimplify.cpp
12   JumpThreading.cpp
13   LICM.cpp
14   LoadCombine.cpp
15   LoopDeletion.cpp
16   LoopIdiomRecognize.cpp
17   LoopInstSimplify.cpp
18   LoopRerollPass.cpp
19   LoopRotation.cpp
20   LoopStrengthReduce.cpp
21   LoopUnrollPass.cpp
22   LoopUnswitch.cpp
23   LowerAtomic.cpp
24   MemCpyOptimizer.cpp
25   MergedLoadStoreMotion.cpp
26   PartiallyInlineLibCalls.cpp
27   Reassociate.cpp
28   Reg2Mem.cpp
29   SCCP.cpp
30   SROA.cpp
31   SampleProfile.cpp
32   Scalar.cpp
33   ScalarReplAggregates.cpp
34   Scalarizer.cpp
35   SeparateConstOffsetFromGEP.cpp
36   SimplifyCFGPass.cpp
37   Sink.cpp
38   StructurizeCFG.cpp
39   TailRecursionElimination.cpp
40   )
41
42 add_dependencies(LLVMScalarOpts intrinsics_gen)