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

Krzysztof Parzyszek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 23 10:32:42 PDT 2019


kparzysz added a comment.

There is no guarantee that `size_t` will match the size of a pointer either.  Why do you want that anyway?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69336/new/

https://reviews.llvm.org/D69336





More information about the llvm-commits mailing list