There is no killUse.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48034 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/include/llvm/Value.h b/include/llvm/Value.h
index 2654b18..0e9d2f1 100644
--- a/include/llvm/Value.h
+++ b/include/llvm/Value.h
@@ -163,7 +163,7 @@
/// 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); }