mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
mention getresult -> extractvalue (PR2935)
llvm-svn: 58226
This commit is contained in:
parent
d0a0ce909b
commit
7351188cb9
@ -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