summaryrefslogtreecommitdiffstats
path: root/llvm/docs
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-07-25 23:55:21 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-07-25 23:55:21 +0000
commite03eecb75f2f56a76cb3c20cb68c5edf358ea409 (patch)
tree8df9abe0205da6cc0a8aa3ecfc022b1eeb210a0e /llvm/docs
parentea086c72631ad414be00ab049d53fc0e51b67e94 (diff)
downloadbcm5719-llvm-e03eecb75f2f56a76cb3c20cb68c5edf358ea409.tar.gz
bcm5719-llvm-e03eecb75f2f56a76cb3c20cb68c5edf358ea409.zip
Remove Value::{isName, getNameRef}.
Also, change MDString to use a StringRef. llvm-svn: 77098
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/ReleaseNotes-2.6.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes-2.6.html b/llvm/docs/ReleaseNotes-2.6.html
index add659cc880..7f287bff06a 100644
--- a/llvm/docs/ReleaseNotes-2.6.html
+++ b/llvm/docs/ReleaseNotes-2.6.html
@@ -484,6 +484,9 @@ clients should be unaffected by this transition, unless they are used to <tt>Val
treating the result as an <tt>std::string</tt>, you can either
uses <tt>Twine::str</tt> to get the result as an <tt>std::string</tt>, or
could move to a <tt>Twine</tt> based design.</li>
+
+ <li><tt>isName()</tt> should be replaced with comparison
+ against <tt>getName()</tt> (this is now efficient).</tt>
</ul>
</li>
OpenPOWER on IntegriCloud