[PATCH] D25620: DebugInfo: introduce DIAlignment type
Victor Leschuk via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 17 03:17:47 PDT 2016
vleschuk added inline comments.
================
Comment at: include/llvm/IR/DebugInfoMetadata.h:518
uint64_t SizeInBits;
- uint64_t AlignInBits;
+ DIAlignment AlignInBits;
uint64_t OffsetInBits;
----------------
probinson wrote:
> I think AlignInBits should come after OffsetInBits now, rather than between the two uint64_t fields?
Agreed, will fix.
https://reviews.llvm.org/D25620
More information about the llvm-commits
mailing list