X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FValue.h;h=a71e2fdefd72a625c76cd3df74f74b4b3cd8831d;hb=73c8415d90ad5a702538d8bc308411e7b2299f32;hp=9d274db1a8a33a52284ab94cc2c5828575f14a91;hpb=db125cfaf57cc83e7dd7453de2d509bc8efd0e5e;p=oota-llvm.git diff --git a/include/llvm/Value.h b/include/llvm/Value.h index 9d274db1a8a..a71e2fdefd7 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;