aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Pass.h
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2007-07-19 18:02:32 +0000
committerDevang Patel <dpatel@apple.com>2007-07-19 18:02:32 +0000
commit58e0ef1e90c3f6dbae213612b44e56f7d6d65ea7 (patch)
tree2bb0d2cd6c88f0733743b527d4e72274f9d332c7 /include/llvm/Pass.h
parent6b8337392cbdaacbdd8326f731daff1b11eba275 (diff)
downloadexternal_llvm-58e0ef1e90c3f6dbae213612b44e56f7d6d65ea7.zip
external_llvm-58e0ef1e90c3f6dbae213612b44e56f7d6d65ea7.tar.gz
external_llvm-58e0ef1e90c3f6dbae213612b44e56f7d6d65ea7.tar.bz2
Verify loop info.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40062 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Pass.h')
-rw-r--r--include/llvm/Pass.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Pass.h b/include/llvm/Pass.h
index 3a28f91..f11c1aa 100644
--- a/include/llvm/Pass.h
+++ b/include/llvm/Pass.h
@@ -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);