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