1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 21:13:02 +02:00

Rearrange fields. NFC.

llvm-svn: 297967
This commit is contained in:
Adrian Prantl 2017-03-16 17:42:47 +00:00
parent 6400d47a67
commit e4152cc6a7

View 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;