diff options
-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 |