diff --git a/include/llvm/IR/Value.h b/include/llvm/IR/Value.h index 1e86999df65..b82564c9d68 100644 --- 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 static Use *mergeUseLists(Use *L, Use *R, Compare Cmp) { Use *Merged;