mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-19 10:53:55 +00:00
test commit
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48984 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
279219a3d5
commit
f4290266e9
@ -122,7 +122,7 @@ public:
|
||||
bool operator!=(const _Self &x) const {
|
||||
return !operator==(x);
|
||||
}
|
||||
|
||||
|
||||
/// atEnd - return true if this iterator is equal to use_end() on the value.
|
||||
bool atEnd() const { return U == 0; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user