From: Duncan P. N. Exon Smith Date: Thu, 24 Jul 2014 02:56:59 +0000 (+0000) Subject: IR: Fix comment from r213824 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=117dff7bd2574e5a0b2571a78fd8159ec4d92650;p=llvm IR: Fix comment from r213824 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213836 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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;