1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

There is no killUse.

llvm-svn: 48034
This commit is contained in:
Dan Gohman 2008-03-07 22:24:41 +00:00
parent d8531cff4f
commit e2d3f86306

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); }