Remove the long, long defunct IR block placement pass.
[oota-llvm.git] / lib / Transforms / Scalar / CMakeLists.txt
1 add_llvm_library(LLVMScalarOpts
2   ADCE.cpp
3   CodeGenPrepare.cpp
4   ConstantProp.cpp
5   CorrelatedValuePropagation.cpp
6   DCE.cpp
7   DeadStoreElimination.cpp
8   EarlyCSE.cpp
9   GlobalMerge.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   PartiallyInlineLibCalls.cpp
24   Reassociate.cpp
25   Reg2Mem.cpp
26   SCCP.cpp
27   SROA.cpp
28   Scalar.cpp
29   ScalarReplAggregates.cpp
30   SimplifyCFGPass.cpp
31   FlattenCFGPass.cpp
32   Sink.cpp
33   StructurizeCFG.cpp
34   TailRecursionElimination.cpp
35   )
36
37 add_dependencies(LLVMScalarOpts intrinsics_gen)