aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/llvm/Value.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Value.h b/include/llvm/Value.h
index 2654b18d3d..0e9d2f1c73 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); }