Add file in here too.
[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   ObjectSizeLowering.cpp
22   Reassociate.cpp
23   Reg2Mem.cpp
24   SCCP.cpp
25   SCCVN.cpp
26   Scalar.cpp
27   ScalarReplAggregates.cpp
28   SimplifyCFGPass.cpp
29   SimplifyHalfPowrLibCalls.cpp
30   SimplifyLibCalls.cpp
31   TailDuplication.cpp
32   TailRecursionElimination.cpp
33   )
34
35 target_link_libraries (LLVMScalarOpts LLVMTransformUtils)