[llvm-commits] [llvm] r57505 - /llvm/trunk/docs/ReleaseNotes.html

Dan Gohman gohman at apple.com
Tue Oct 14 10:06:45 PDT 2008


Author: djg
Date: Tue Oct 14 12:06:44 2008
New Revision: 57505

URL: http://llvm.org/viewvc/llvm-project?rev=57505&view=rev
Log:
Mention a few methods in ConstantSDNode that were renamed.

Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=57505&r1=57504&r2=57505&view=diff

==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Tue Oct 14 12:06:44 2008
@@ -492,7 +492,10 @@
     <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>





More information about the llvm-commits mailing list