mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-22 18:32:00 +00:00
Bug 1173764 - Enable LAllocation/LUse serialization in optimized builds. r=bhackett
This commit is contained in:
parent
461581c95f
commit
32c276bf87
@ -340,7 +340,6 @@ LAllocation::aliases(const LAllocation& other) const
|
||||
return *this == other;
|
||||
}
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char * const TypeChars[] =
|
||||
{
|
||||
"g", // GENERAL
|
||||
@ -444,7 +443,6 @@ LAllocation::toString() const
|
||||
MOZ_CRASH("what?");
|
||||
}
|
||||
}
|
||||
#endif // DEBUG
|
||||
|
||||
void
|
||||
LAllocation::dump() const
|
||||
|
@ -183,11 +183,7 @@ class LAllocation : public TempObject
|
||||
return bits_;
|
||||
}
|
||||
|
||||
#ifdef DEBUG
|
||||
const char* toString() const;
|
||||
#else
|
||||
const char* toString() const { return "???"; }
|
||||
#endif
|
||||
bool aliases(const LAllocation& other) const;
|
||||
void dump() const;
|
||||
|
||||
@ -580,11 +576,7 @@ class LDefinition
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef DEBUG
|
||||
const char* toString() const;
|
||||
#else
|
||||
const char* toString() const { return "???"; }
|
||||
#endif
|
||||
|
||||
void dump() const;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user