mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-27 16:17:17 +00:00
Guard fields by NDEBUG until they get used in the release build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163993 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -172,10 +172,10 @@ private:
|
|||||||
unsigned ProcID;
|
unsigned ProcID;
|
||||||
const MCProcResourceDesc *ProcResourceTable;
|
const MCProcResourceDesc *ProcResourceTable;
|
||||||
const MCSchedClassDesc *SchedClassTable;
|
const MCSchedClassDesc *SchedClassTable;
|
||||||
|
#ifndef NDEBUG
|
||||||
unsigned NumProcResourceKinds;
|
unsigned NumProcResourceKinds;
|
||||||
unsigned NumSchedClasses;
|
unsigned NumSchedClasses;
|
||||||
|
#endif
|
||||||
// Instruction itinerary tables used by InstrItineraryData.
|
// Instruction itinerary tables used by InstrItineraryData.
|
||||||
friend class InstrItineraryData;
|
friend class InstrItineraryData;
|
||||||
const InstrItinerary *InstrItineraries;
|
const InstrItinerary *InstrItineraries;
|
||||||
|
Reference in New Issue
Block a user