diff options
author | Dan Gohman <gohman@apple.com> | 2008-10-14 17:06:44 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-10-14 17:06:44 +0000 |
commit | 0ccb5b44355b07c99251ccfb929909897f785cac (patch) | |
tree | 3595593dca58a2394a275c8cf9bf68032c54f4d9 /llvm | |
parent | 2ed275300773c6242d02d2264dfefbe98a218626 (diff) | |
download | bcm5719-llvm-0ccb5b44355b07c99251ccfb929909897f785cac.tar.gz bcm5719-llvm-0ccb5b44355b07c99251ccfb929909897f785cac.zip |
Mention a few methods in ConstantSDNode that were renamed.
llvm-svn: 57505
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/docs/ReleaseNotes.html | 5 |
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> |