aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Value.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Value.h')
-rw-r--r--include/llvm/Value.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/llvm/Value.h b/include/llvm/Value.h
index cc70ce1..f690f44 100644
--- a/include/llvm/Value.h
+++ b/include/llvm/Value.h
@@ -116,10 +116,10 @@ public:
/// modified.
///
/// This is currently guaranteed to return a StringRef for which data() points
- /// to a valid null terminated string. This usage is deprecated, however, and
- /// clients should not rely on it. If such behavior is needed, clients should
- /// use getNameStr() or switch to an interface that does not depend on null
- /// termination.
+ /// to a valid null terminated string. The use of StringRef.data() is
+ /// deprecated here, however, and clients should not rely on it. If such
+ /// behavior is needed, clients should use expensive getNameStr(), or switch
+ /// to an interface that does not depend on null termination.
StringRef getName() const;
/// getNameStr() - Return the name of the specified value, *constructing a