mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-13 14:46:53 +00:00
Reorder fields for better packing. (NFC)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296660 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
955228a2c6
commit
ae89bb139d
@ -127,8 +127,8 @@ class DWARFUnit {
|
||||
|
||||
uint32_t Offset;
|
||||
uint32_t Length;
|
||||
uint16_t Version;
|
||||
const DWARFAbbreviationDeclarationSet *Abbrevs;
|
||||
uint16_t Version;
|
||||
uint8_t UnitType;
|
||||
uint8_t AddrSize;
|
||||
uint64_t BaseAddr;
|
||||
|
Loading…
Reference in New Issue
Block a user