From 6fe2e871bb7c5c5eeebc6aad43002b8aa22c23b4 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 4 Apr 2002 19:18:17 +0000 Subject: [PATCH] Fix the release build git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2096 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Pass.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/llvm/Pass.h b/include/llvm/Pass.h index 8b45c0e917f..6b2ad86a440 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() - This function is used by subclasses to get to -- 2.34.1