mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Typo.
llvm-svn: 137286
This commit is contained in:
parent
504551c7bf
commit
1ff3ae1c91
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user