Removed a bunch of unnecessary target_link_libraries.
[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   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   LowerAtomic.cpp
21   MemCpyOptimizer.cpp
22   Reassociate.cpp
23   Reg2Mem.cpp
24   SCCP.cpp
25   Scalar.cpp
26   ScalarReplAggregates.cpp
27   SimplifyCFGPass.cpp
28   SimplifyHalfPowrLibCalls.cpp
29   SimplifyLibCalls.cpp
30   Sink.cpp
31   TailDuplication.cpp
32   TailRecursionElimination.cpp
33   )