summaryrefslogtreecommitdiffstats
path: root/include/llvm/Use.h
diff options
context:
space:
mode:
authorTorok Edwin <edwintorok@gmail.com>2008-03-31 17:09:58 +0000
committerTorok Edwin <edwintorok@gmail.com>2008-03-31 17:09:58 +0000
commitf4290266e9e1b7b4d7df9eda39e83ab59cbc372b (patch)
tree084fcbbd6f9d436a6154afc9999c1af6c141813a /include/llvm/Use.h
parent279219a3d5faeb18a9f0c91c1fbbb8404c5d0225 (diff)
downloadexternal_llvm-f4290266e9e1b7b4d7df9eda39e83ab59cbc372b.zip
external_llvm-f4290266e9e1b7b4d7df9eda39e83ab59cbc372b.tar.gz
external_llvm-f4290266e9e1b7b4d7df9eda39e83ab59cbc372b.tar.bz2
test commit
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48984 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Use.h')
-rw-r--r--include/llvm/Use.h2
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; }