Add a new loop-instsimplify pass, with the intention of replacing the instance
[oota-llvm.git] / lib / Transforms / Scalar / Scalar.cpp
index 27c11186d6a8345496dcd17ec6c93c7b076f3366..2b13bcacc195b223089426397403c015de2216f3 100644 (file)
@@ -41,6 +41,7 @@ void llvm::initializeScalarOpts(PassRegistry &Registry) {
   initializeJumpThreadingPass(Registry);
   initializeLICMPass(Registry);
   initializeLoopDeletionPass(Registry);
+  initializeLoopInstSimplifyPass(Registry);
   initializeLoopRotatePass(Registry);
   initializeLoopStrengthReducePass(Registry);
   initializeLoopUnrollPass(Registry);