diff options
| author | Paul Robinson <paul.robinson@sony.com> | 2017-03-01 19:26:41 +0000 |
|---|---|---|
| committer | Paul Robinson <paul.robinson@sony.com> | 2017-03-01 19:26:41 +0000 |
| commit | f05e0b5a7f120a7665a8ca6557576e69d0c343c2 (patch) | |
| tree | fea63cb47287416e0ab8bef24c316b4d35886882 | |
| parent | 01b8783a05c2d0d5312c9314afbc3be8b6d37f64 (diff) | |
| download | bcm5719-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.h | 2 |
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; |

