mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
add some upgrading notes from Pekka.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57480 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c702d16f53
commit
f1796b6223
@ -480,6 +480,12 @@ converted to strings using <tt>llvm::GetConstantStringInfo</tt> defined via
|
|||||||
<li>Various header files like "llvm/ADT/iterator" were given a .h suffix.
|
<li>Various header files like "llvm/ADT/iterator" were given a .h suffix.
|
||||||
Change your code to #include "llvm/ADT/iterator.h" instead.</li>
|
Change your code to #include "llvm/ADT/iterator.h" instead.</li>
|
||||||
|
|
||||||
|
<li>In the code generator, many MachineOperand predicates were renamed to be
|
||||||
|
shorter (e.g. <tt>isFrameIndex()</tt> -> <tt>isFI()</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
|
||||||
|
<tt>MVT::ValueType</tt> enum has been replaced with an "<tt>MVT</tt>"
|
||||||
|
struct.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user