Add a new loop-instsimplify pass, with the intention of replacing the instance
[oota-llvm.git] / lib / Transforms / Scalar / CMakeLists.txt
index 8173a31a86bc95f9647cfe6dbf662c42088de90d..68c017b9be98395b98bfc1fadac8d727d9c84cba 100644 (file)
@@ -13,6 +13,7 @@ add_llvm_library(LLVMScalarOpts
   LICM.cpp
   LoopDeletion.cpp
   LoopIdiomRecognize.cpp
+  LoopInstSimplify.cpp
   LoopRotation.cpp
   LoopStrengthReduce.cpp
   LoopUnrollPass.cpp