summaryrefslogtreecommitdiffstats
path: root/llvm/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-10-27 04:39:23 +0000
committerChris Lattner <sabre@nondot.org>2008-10-27 04:39:23 +0000
commitbf2262270e6a56b0ffa0f6410131e1184373e094 (patch)
treeb590d7f5af1f209753eebe01661e7d13c3933fe5 /llvm/docs/ReleaseNotes.html
parent1d7e42c8fec36f02293e199181e957ee03300dd9 (diff)
downloadbcm5719-llvm-bf2262270e6a56b0ffa0f6410131e1184373e094.tar.gz
bcm5719-llvm-bf2262270e6a56b0ffa0f6410131e1184373e094.zip
mention getresult -> extractvalue (PR2935)
llvm-svn: 58226
Diffstat (limited to 'llvm/docs/ReleaseNotes.html')
-rw-r--r--llvm/docs/ReleaseNotes.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html
index 446e0186b28..b8bd5f54f08 100644
--- a/llvm/docs/ReleaseNotes.html
+++ b/llvm/docs/ReleaseNotes.html
@@ -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> -&gt; <tt>isFI()</tt>),
<tt>SDOperand</tt> was renamed to <tt>SDValue</tt> (and the "<tt>Val</tt>"
OpenPOWER on IntegriCloud