projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c269bd9
)
Fix the release build
author
Chris Lattner
<sabre@nondot.org>
Thu, 4 Apr 2002 19:18:17 +0000
(19:18 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 4 Apr 2002 19:18:17 +0000
(19:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2096
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Pass.h
patch
|
blob
|
history
diff --git
a/include/llvm/Pass.h
b/include/llvm/Pass.h
index 8b45c0e917f228a36165dd6e81e6d4b9debcc89a..6b2ad86a44091ac7390109b25eb630f4bb54c495 100644
(file)
--- a/
include/llvm/Pass.h
+++ b/
include/llvm/Pass.h
@@
-87,10
+87,8
@@
public:
//
virtual void releaseMemory() {}
-#ifndef NDEBUG
// dumpPassStructure - Implement the -debug-passes=PassStructure option
virtual void dumpPassStructure(unsigned Offset = 0);
-#endif
protected:
// getAnalysis<AnalysisType>() - This function is used by subclasses to get to