[PATCH] D25620: DebugInfo: introduce DIAlignment type
Paul Robinson via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 14 10:08:43 PDT 2016
probinson added inline comments.
================
Comment at: include/llvm/IR/DebugInfoMetadata.h:518
uint64_t SizeInBits;
- uint64_t AlignInBits;
+ DIAlignment AlignInBits;
uint64_t OffsetInBits;
----------------
I think AlignInBits should come after OffsetInBits now, rather than between the two uint64_t fields?
https://reviews.llvm.org/D25620
More information about the llvm-commits
mailing list