mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 20:59:51 +00:00
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
This commit is contained in:
parent
364a39fc1c
commit
9aeea5bd6a
@ -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>"
|
<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
|
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>"
|
<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>
|
</ul>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user