[llvm-commits] [llvm] r48034 - /llvm/trunk/include/llvm/Value.h
Dan Gohman
gohman at apple.com
Fri Mar 7 14:24:41 PST 2008
Author: djg
Date: Fri Mar 7 16:24:41 2008
New Revision: 48034
URL: http://llvm.org/viewvc/llvm-project?rev=48034&view=rev
Log:
There is no killUse.
Modified:
llvm/trunk/include/llvm/Value.h
Modified: llvm/trunk/include/llvm/Value.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Value.h?rev=48034&r1=48033&r2=48034&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Value.h (original)
+++ llvm/trunk/include/llvm/Value.h Fri Mar 7 16:24:41 2008
@@ -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); }
More information about the llvm-commits
mailing list