summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Robinson <paul.robinson@sony.com>2017-03-01 19:26:41 +0000
committerPaul Robinson <paul.robinson@sony.com>2017-03-01 19:26:41 +0000
commitf05e0b5a7f120a7665a8ca6557576e69d0c343c2 (patch)
treefea63cb47287416e0ab8bef24c316b4d35886882
parent01b8783a05c2d0d5312c9314afbc3be8b6d37f64 (diff)
downloadbcm5719-llvm-f05e0b5a7f120a7665a8ca6557576e69d0c343c2.tar.gz
bcm5719-llvm-f05e0b5a7f120a7665a8ca6557576e69d0c343c2.zip
Reorder fields for better packing. (NFC)
llvm-svn: 296660
-rw-r--r--llvm/include/llvm/DebugInfo/DWARF/DWARFUnit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/DebugInfo/DWARF/DWARFUnit.h b/llvm/include/llvm/DebugInfo/DWARF/DWARFUnit.h
index 477a0cc6cd7..40eb4434bd6 100644
--- a/llvm/include/llvm/DebugInfo/DWARF/DWARFUnit.h
+++ b/llvm/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;
OpenPOWER on IntegriCloud