There is no killUse.
authorDan Gohman <gohman@apple.com>
Fri, 7 Mar 2008 22:24:41 +0000 (22:24 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 7 Mar 2008 22:24:41 +0000 (22:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48034 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Value.h

index 2654b18d3d43cd86a669b9fe2e95a89401725b30..0e9d2f1c73d763845f1c88a8c4494bc3c6fb8493 100644 (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); }