[llvm] r213836 - IR: Fix comment from r213824

Duncan P. N. Exon Smith dexonsmith at apple.com
Wed Jul 23 19:56:59 PDT 2014


Author: dexonsmith
Date: Wed Jul 23 21:56:59 2014
New Revision: 213836

URL: http://llvm.org/viewvc/llvm-project?rev=213836&view=rev
Log:
IR: Fix comment from r213824

Modified:
    llvm/trunk/include/llvm/IR/Value.h

Modified: llvm/trunk/include/llvm/IR/Value.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/IR/Value.h?rev=213836&r1=213835&r2=213836&view=diff
==============================================================================
--- llvm/trunk/include/llvm/IR/Value.h (original)
+++ llvm/trunk/include/llvm/IR/Value.h Wed Jul 23 21:56:59 2014
@@ -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 <class Compare>
   static Use *mergeUseLists(Use *L, Use *R, Compare Cmp) {
     Use *Merged;





More information about the llvm-commits mailing list