OSDN Git Service
(root)
/
android-x86
/
external-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
279219a
)
test commit
author
Torok Edwin
<edwintorok@gmail.com>
Mon, 31 Mar 2008 17:09:58 +0000
(17:09 +0000)
committer
Torok Edwin
<edwintorok@gmail.com>
Mon, 31 Mar 2008 17:09:58 +0000
(17:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48984
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Use.h
patch
|
blob
|
history
diff --git
a/include/llvm/Use.h
b/include/llvm/Use.h
index
48384f2
..
14d90cc
100644
(file)
--- 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; }