aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-10-14 17:06:44 +0000
committerDan Gohman <gohman@apple.com>2008-10-14 17:06:44 +0000
commit9aeea5bd6aefddd8b4bcd72b0a517aff98b0ca40 (patch)
tree86ab5927c448bf3ec6c4fce2faa6643345c7c36f
parent364a39fc1ce3e50a062b4646364221b306bc8a56 (diff)
Mention a few methods in ConstantSDNode that were renamed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57505 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 93a491f989..db74ca1cb9 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -492,7 +492,10 @@ converted to strings using <tt>llvm::GetConstantStringInfo</tt> defined via
<tt>SDOperand</tt> was renamed to <tt>SDValue</tt> (and the "<tt>Val</tt>"
member was changed to be the <tt>getNode()</tt> accessor), and the
<tt>MVT::ValueType</tt> enum has been replaced with an "<tt>MVT</tt>"
- struct.</li>
+ struct. The <tt>getSignExtended</tt> and <tt>getValue</tt> methods in the
+ ConstantSDNode class were renamed to <tt>getSExtValue</tt> and
+ <tt>getZExtValue</tt> respectively, to be more consistent with
+ the <tt>ConstantInt</tt> class.</li>
</ul>
</div>