From: Torok Edwin Date: Mon, 31 Mar 2008 17:09:58 +0000 (+0000) Subject: test commit X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f4290266e9e1b7b4d7df9eda39e83ab59cbc372b;p=oota-llvm.git test commit git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48984 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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; }