[PATCH] D33104: [BitVector] Implement find_[first/last]_[set/unset]_in

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 11 10:41:05 PDT 2017


zturner updated this revision to Diff 98658.
zturner added a comment.

Remove the "old" versions of the functions.  I tracked down the problem by copy/pasting the original versions back in and asserting any time they didn't return the same value.  Forgot to remove them in my previous upload though.


https://reviews.llvm.org/D33104

Files:
  llvm/include/llvm/ADT/BitVector.h
  llvm/unittests/ADT/BitVectorTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33104.98658.patch
Type: text/x-patch
Size: 16018 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170511/34440ec1/attachment.bin>


More information about the llvm-commits mailing list