diff options
Diffstat (limited to 'include/llvm/Use.h')
-rw-r--r-- | include/llvm/Use.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Use.h b/include/llvm/Use.h index 48384f2..14d90cc 100644 --- a/include/llvm/Use.h +++ b/include/llvm/Use.h @@ -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; } |