[llvm-commits] [llvm] r137286 - /llvm/trunk/include/llvm/Value.h

Chad Rosier mcrosier at apple.com
Wed Aug 10 17:22:48 PDT 2011


Author: mcrosier
Date: Wed Aug 10 19:22:48 2011
New Revision: 137286

URL: http://llvm.org/viewvc/llvm-project?rev=137286&view=rev
Log:
Typo.

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

Modified: llvm/trunk/include/llvm/Value.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Value.h?rev=137286&r1=137285&r2=137286&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Value.h (original)
+++ llvm/trunk/include/llvm/Value.h Wed Aug 10 19:22:48 2011
@@ -183,7 +183,7 @@
   bool isUsedInBasicBlock(const BasicBlock *BB) const;
 
   /// getNumUses - This method computes the number of uses of this Value.  This
-  /// is a linear time operation.  Use hasOneUse, hasNUses, or hasMoreThanNUses
+  /// is a linear time operation.  Use hasOneUse, hasNUses, or hasNUsesOrMore
   /// to check for specific values.
   unsigned getNumUses() const;
 





More information about the llvm-commits mailing list