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