Fix the release build
authorChris Lattner <sabre@nondot.org>
Thu, 4 Apr 2002 19:18:17 +0000 (19:18 +0000)
committerChris 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

index 8b45c0e917f228a36165dd6e81e6d4b9debcc89a..6b2ad86a44091ac7390109b25eb630f4bb54c495 100644 (file)
@@ -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