mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 04:32:19 +00:00
Fix the release build
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2096 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c269bd9232
commit
6fe2e871bb
@ -87,10 +87,8 @@ public:
|
|||||||
//
|
//
|
||||||
virtual void releaseMemory() {}
|
virtual void releaseMemory() {}
|
||||||
|
|
||||||
#ifndef NDEBUG
|
|
||||||
// dumpPassStructure - Implement the -debug-passes=PassStructure option
|
// dumpPassStructure - Implement the -debug-passes=PassStructure option
|
||||||
virtual void dumpPassStructure(unsigned Offset = 0);
|
virtual void dumpPassStructure(unsigned Offset = 0);
|
||||||
#endif
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
// getAnalysis<AnalysisType>() - This function is used by subclasses to get to
|
// getAnalysis<AnalysisType>() - This function is used by subclasses to get to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user