Unbreak CMake build.
[oota-llvm.git] / lib / Transforms / Scalar / CMakeLists.txt
1 add_llvm_library(LLVMScalarOpts
2   ADCE.cpp
3   BasicBlockPlacement.cpp
4   CodeGenPrepare.cpp
5   ConstantProp.cpp
6   CorrelatedValuePropagation.cpp
7   DCE.cpp
8   DeadStoreElimination.cpp
9   EarlyCSE.cpp
10   GVN.cpp
11   IndVarSimplify.cpp
12   JumpThreading.cpp
13   LICM.cpp
14   LoopDeletion.cpp
15   LoopIdiomRecognize.cpp
16   LoopInstSimplify.cpp
17   LoopRotation.cpp
18   LoopStrengthReduce.cpp
19   LoopUnrollPass.cpp
20   LoopUnswitch.cpp
21   LowerAtomic.cpp
22   MemCpyOptimizer.cpp
23   Reassociate.cpp
24   Reg2Mem.cpp
25   SCCP.cpp
26   Scalar.cpp
27   ScalarReplAggregates.cpp
28   SimplifyCFGPass.cpp
29   SimplifyLibCalls.cpp
30   Sink.cpp
31   TailDuplication.cpp
32   TailRecursionElimination.cpp
33   )