Add a new pass "inductive range check elimination"
[oota-llvm.git] / lib / Transforms / Scalar / CMakeLists.txt
index b3ee11ed67cd61b1911fa8638e9bb024eb568658..3511bb16d4e1283a2eefc89264960b574b6e42e2 100644 (file)
@@ -9,6 +9,7 @@ add_llvm_library(LLVMScalarOpts
   EarlyCSE.cpp
   FlattenCFGPass.cpp
   GVN.cpp
+  InductiveRangeCheckElimination.cpp
   IndVarSimplify.cpp
   JumpThreading.cpp
   LICM.cpp