aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorEdwin Török <edwintorok@gmail.com>2008-03-31 17:09:58 +0000
committerEdwin Török <edwintorok@gmail.com>2008-03-31 17:09:58 +0000
commit0ecb001dbea21541cc558403aa50c1f596c6dc3b (patch)
tree084fcbbd6f9d436a6154afc9999c1af6c141813a /include
parent4c99e8c2b81c9ec0935d96d43b5ad40e8978d210 (diff)
downloadexternal_llvm-0ecb001dbea21541cc558403aa50c1f596c6dc3b.zip
external_llvm-0ecb001dbea21541cc558403aa50c1f596c6dc3b.tar.gz
external_llvm-0ecb001dbea21541cc558403aa50c1f596c6dc3b.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')
-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; }