llvm-svn: 200323
This commit is contained in:
Adrian Prantl 2014-01-28 18:13:47 +00:00
parent ab73c493ea
commit c67655a7f4
1 changed files with 1 additions and 1 deletions

View File

@ -1881,7 +1881,7 @@ void DwarfUnit::constructMemberDIE(DIE &Buffer, DIDerivedType DT) {
Offset = FieldSize - (Offset + Size);
addUInt(MemberDie, dwarf::DW_AT_bit_offset, None, Offset);
// Here WD_AT_data_member_location points to the anonymous
// Here DW_AT_data_member_location points to the anonymous
// field that includes this bit field.
OffsetInBytes = FieldOffset >> 3;
} else