PassInfo keep tracks whether a pass is an analysis pass or not.
[oota-llvm.git] / lib / Analysis / IntervalPartition.cpp
index e73b40b63ed7ae7ba6a475899e79f1d53c1ed9ef..a430cffc3580a22799b7255e5ad06d4920c06dee 100644 (file)
@@ -17,7 +17,7 @@ using namespace llvm;
 
 char IntervalPartition::ID = 0;
 static RegisterPass<IntervalPartition>
-X("intervals", "Interval Partition Construction", true);
+X("intervals", "Interval Partition Construction", true, true);
 
 //===----------------------------------------------------------------------===//
 // IntervalPartition Implementation