Verify loop info.
[oota-llvm.git] / include / llvm / Pass.h
index 3a28f913303199d7f5f58bc3f19539e2f775f3c8..f11c1aa9742f21a78e99ba3918af58bd6ccfca5d 100644 (file)
@@ -163,7 +163,7 @@ public:
 
   /// verifyAnalysis() - This member can be implemented by a analysis pass to
   /// check state of analysis information. 
-  virtual void verifyAnalysis() {}
+  virtual void verifyAnalysis() const {}
 
   // dumpPassStructure - Implement the -debug-passes=PassStructure option
   virtual void dumpPassStructure(unsigned Offset = 0);