diff options
-rw-r--r-- | include/llvm/ADT/SparseBitVector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ADT/SparseBitVector.h b/include/llvm/ADT/SparseBitVector.h index 4e5e781..fe63f9f 100644 --- a/include/llvm/ADT/SparseBitVector.h +++ b/include/llvm/ADT/SparseBitVector.h @@ -800,7 +800,7 @@ public: } iterator end() const { - return iterator(this, ~0); + return iterator(this, true); } // Get a hash value for this bitmap. |