diff options
author | Chad Rosier <mcrosier@apple.com> | 2011-08-11 00:22:48 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2011-08-11 00:22:48 +0000 |
commit | 78eb93c5916f36e74e73c10e44f4e5b9ca6b769c (patch) | |
tree | d5259acb4273bb37ec0b46bd4f2032969dd66f74 | |
parent | 5bc942cc3cc970836d48d8ad276ef3b2b1120ffc (diff) |
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137286 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/Value.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Value.h b/include/llvm/Value.h index 9d274db1a8..a71e2fdefd 100644 --- a/include/llvm/Value.h +++ b/include/llvm/Value.h @@ -183,7 +183,7 @@ public: 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; |