projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f227bf3
)
IR: Fix comment from r213824
author
Duncan P. N. Exon Smith
<dexonsmith@apple.com>
Thu, 24 Jul 2014 02:56:59 +0000
(
02:56
+0000)
committer
Duncan P. N. Exon Smith
<dexonsmith@apple.com>
Thu, 24 Jul 2014 02:56:59 +0000
(
02:56
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213836
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/IR/Value.h
patch
|
blob
|
history
diff --git
a/include/llvm/IR/Value.h
b/include/llvm/IR/Value.h
index 1e86999df6533ad3347e9270154bbecdcb8c1160..b82564c9d68757fac99e1d799c36228c2ad850ce 100644
(file)
--- a/
include/llvm/IR/Value.h
+++ b/
include/llvm/IR/Value.h
@@
-470,7
+470,7
@@
private:
///
/// \return the first element in the list.
///
- /// \note Completely ignores \a Prev (doesn't read, doesn't update).
+ /// \note Completely ignores \a
Use::
Prev (doesn't read, doesn't update).
template <class Compare>
static Use *mergeUseLists(Use *L, Use *R, Compare Cmp) {
Use *Merged;