[PATCH] D69336: [Support] Make BitVector::BitWord size_t

Ehud Katz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 23 05:19:30 PDT 2019


ekatz created this revision.
ekatz added reviewers: lattner, chandlerc.
ekatz added a project: LLVM.
Herald added subscribers: llvm-commits, dexonsmith.

Make BitVector::BitWord size_t instead of unsigned long, as long does not necessarily translates to a pointer size (especially on 64-bit Visual Studio).


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D69336

Files:
  llvm/include/llvm/ADT/BitVector.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69336.226120.patch
Type: text/x-patch
Size: 3739 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191023/636c2162/attachment.bin>


More information about the llvm-commits mailing list