diff --git a/include/llvm/Use.h b/include/llvm/Use.h index 48384f29ace..14d90cc6315 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; }