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:
parent
f1e9ab0b82
commit
1ba24a4989
@ -800,7 +800,7 @@ public:
|
||||
}
|
||||
|
||||
iterator end() const {
|
||||
return iterator(this, ~0);
|
||||
return iterator(this, true);
|
||||
}
|
||||
|
||||
// Get a hash value for this bitmap.
|
||||
|
Loading…
Reference in New Issue
Block a user