From c2c410d7ec8c9909478c4e5ffdc0ea5fb8b94f4f Mon Sep 17 00:00:00 2001 From: "Duncan P. N. Exon Smith" Date: Thu, 24 Jul 2014 02:56:59 +0000 Subject: [PATCH] IR: Fix comment from r213824 llvm-svn: 213836 --- llvm/include/llvm/IR/Value.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/IR/Value.h b/llvm/include/llvm/IR/Value.h index 1e86999..b82564c 100644 --- a/llvm/include/llvm/IR/Value.h +++ b/llvm/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; -- 2.7.4