mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +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() {}
|
||||
|
||||
#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
|
||||
|
Loading…
Reference in New Issue
Block a user