mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
mention getresult -> extractvalue (PR2935)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58226 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
622addbe49
commit
f322a9807a
@ -545,6 +545,10 @@ converted to strings using <tt>llvm::GetConstantStringInfo</tt> defined via
|
||||
<li>Various header files like "<tt>llvm/ADT/iterator</tt>" were given a ".h" suffix.
|
||||
Change your code to #include "<tt>llvm/ADT/iterator.h</tt>" instead.</li>
|
||||
|
||||
<li>The <tt>getresult</tt> instruction has been removed and replaced with the
|
||||
<tt>extractvalue</tt> instruction. This is part of support for first class
|
||||
aggregates.</li>
|
||||
|
||||
<li>In the code generator, many <tt>MachineOperand</tt> 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>"
|
||||
|
Loading…
Reference in New Issue
Block a user