PassInfo keep tracks whether a pass is an analysis pass or not.
[oota-llvm.git] / lib / Analysis / LoopInfo.cpp
index e136f2930f6f92cca21260ceb78c54d43365cdfd..e067c1768fe1714ef962daf435eb2d2bada671f0 100644 (file)
@@ -29,7 +29,7 @@ using namespace llvm;
 
 char LoopInfo::ID = 0;
 static RegisterPass<LoopInfo>
-X("loops", "Natural Loop Construction", true);
+X("loops", "Natural Loop Construction", true, true);
 
 //===----------------------------------------------------------------------===//
 // Loop implementation