]> granicus.if.org Git - llvm/commitdiff
Rearrange fields. NFC.
authorAdrian Prantl <aprantl@apple.com>
Thu, 16 Mar 2017 17:42:47 +0000 (17:42 +0000)
committerAdrian Prantl <aprantl@apple.com>
Thu, 16 Mar 2017 17:42:47 +0000 (17:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@297967 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DwarfExpression.h

index 6b16afa7e9eb542fa2cb74ddba0fdc2645fb26e5..9c5925ece1805894dddc437d1a509b654fb8eeca 100644 (file)
@@ -84,9 +84,9 @@ public:
 /// entry.
 class DwarfExpression {
 protected:
-  unsigned DwarfVersion;
   /// Current Fragment Offset in Bits.
   uint64_t OffsetInBits = 0;
+  unsigned DwarfVersion;
 
   /// Sometimes we need to add a DW_OP_bit_piece to describe a subregister. 
   unsigned SubRegisterSizeInBits = 0;