From 117dff7bd2574e5a0b2571a78fd8159ec4d92650 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213836 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/IR/Value.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0