PassInfo keep tracks whether a pass is an analysis pass or not.
[oota-llvm.git] / lib / Analysis / ValueNumbering.cpp
index 743d811c75589a6828b8324c3c283af38469c44e..b9964153801bf0e850ae2b86acbc299cd930112b 100644 (file)
@@ -68,7 +68,7 @@ namespace {
   char BasicVN::ID = 0;
   // Register this pass...
   RegisterPass<BasicVN>
-  X("basicvn", "Basic Value Numbering (default GVN impl)");
+  X("basicvn", "Basic Value Numbering (default GVN impl)", true, true);
 
   // Declare that we implement the ValueNumbering interface
   RegisterAnalysisGroup<ValueNumbering, true> Y(X);