From 6c11f47c544847df1893edf1aa6d3dbb6cdd265d Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 7 Mar 2008 22:24:41 +0000 Subject: [PATCH] There is no killUse. llvm-svn: 48034 --- llvm/include/llvm/Value.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/Value.h b/llvm/include/llvm/Value.h index 2654b18d3d43..0e9d2f1c73d7 100644 --- a/llvm/include/llvm/Value.h +++ b/llvm/include/llvm/Value.h @@ -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); }