From: Chris Lattner Date: Thu, 4 Apr 2002 19:18:17 +0000 (+0000) Subject: Fix the release build X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6fe2e871bb7c5c5eeebc6aad43002b8aa22c23b4;p=oota-llvm.git Fix the release build git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2096 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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