From f4290266e9e1b7b4d7df9eda39e83ab59cbc372b Mon Sep 17 00:00:00 2001 From: Torok Edwin Date: Mon, 31 Mar 2008 17:09:58 +0000 Subject: [PATCH] test commit git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48984 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Use.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.34.1