From ae89bb139d562f852c4c4fabe23612759436c62a Mon Sep 17 00:00:00 2001 From: Paul Robinson Date: Wed, 1 Mar 2017 19:26:41 +0000 Subject: [PATCH] Reorder fields for better packing. (NFC) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296660 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/DebugInfo/DWARF/DWARFUnit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/DebugInfo/DWARF/DWARFUnit.h b/include/llvm/DebugInfo/DWARF/DWARFUnit.h index 477a0cc6cd7..40eb4434bd6 100644 --- a/include/llvm/DebugInfo/DWARF/DWARFUnit.h +++ b/include/llvm/DebugInfo/DWARF/DWARFUnit.h @@ -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; -- 2.11.0