diff options
author | Chris Lattner <sabre@nondot.org> | 2002-04-04 19:18:17 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-04-04 19:18:17 +0000 |
commit | 6fe2e871bb7c5c5eeebc6aad43002b8aa22c23b4 (patch) | |
tree | 590181669d492d57c74b5f0cb2114fcbae92e98a | |
parent | c269bd92325d21011ecc04d062c1044c1f7c1754 (diff) |
Fix the release build
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2096 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/Pass.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/Pass.h b/include/llvm/Pass.h index 8b45c0e917..6b2ad86a44 100644 --- 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 |