From: Dan Gohman Date: Fri, 7 Mar 2008 22:24:41 +0000 (+0000) Subject: There is no killUse. X-Git-Tag: android-x86-6.0-r1~1003^2~29717 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=4e35595368f9b62ffe0ef9aee57dd003a884a3f2;p=android-x86%2Fexternal-llvm.git 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 2654b18d3d4..0e9d2f1c73d 100644 --- a/include/llvm/Value.h +++ b/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); }