summaryrefslogtreecommitdiffstats
path: root/llvm/docs/ReleaseNotes.html
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/docs/ReleaseNotes.html')
-rw-r--r--llvm/docs/ReleaseNotes.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html
index 93a491f9894..db74ca1cb9c 100644
--- a/llvm/docs/ReleaseNotes.html
+++ b/llvm/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>
OpenPOWER on IntegriCloud