1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Fixed a strange construct. Please review.

llvm-svn: 44082
This commit is contained in:
Hartmut Kaiser 2007-11-13 23:04:06 +00:00
parent f1e9ab0b82
commit 1ba24a4989

View File

@ -800,7 +800,7 @@ public:
}
iterator end() const {
return iterator(this, ~0);
return iterator(this, true);
}
// Get a hash value for this bitmap.