mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-24 04:25:22 +00:00
Guard fields by NDEBUG until they get used in the release build.
llvm-svn: 163993
This commit is contained in:
parent
a71d0f57b9
commit
e7a0178af4
@ -172,10 +172,10 @@ private:
|
||||
unsigned ProcID;
|
||||
const MCProcResourceDesc *ProcResourceTable;
|
||||
const MCSchedClassDesc *SchedClassTable;
|
||||
|
||||
#ifndef NDEBUG
|
||||
unsigned NumProcResourceKinds;
|
||||
unsigned NumSchedClasses;
|
||||
|
||||
#endif
|
||||
// Instruction itinerary tables used by InstrItineraryData.
|
||||
friend class InstrItineraryData;
|
||||
const InstrItinerary *InstrItineraries;
|
||||
|
Loading…
Reference in New Issue
Block a user