Skip to content

Commit 117dff7

Browse files
committed
IR: Fix comment from r213824
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213836 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent f227bf3 commit 117dff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/llvm/IR/Value.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ class Value {
470470
///
471471
/// \return the first element in the list.
472472
///
473-
/// \note Completely ignores \a Prev (doesn't read, doesn't update).
473+
/// \note Completely ignores \a Use::Prev (doesn't read, doesn't update).
474474
template <class Compare>
475475
static Use *mergeUseLists(Use *L, Use *R, Compare Cmp) {
476476
Use *Merged;

0 commit comments

Comments
 (0)