There is no killUse.

llvm-svn: 48034
This commit is contained in:
Dan Gohman 2008-03-07 22:24:41 +00:00
parent b04bde94c1
commit 6c11f47c54
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ public:
/// to check for specific values.
unsigned getNumUses() const;
/// addUse/killUse - These two methods should only be used by the Use class.
/// addUse - This method should only be used by the Use class.
///
void addUse(Use &U) { U.addToList(&UseList); }