mention getresult -> extractvalue (PR2935)
authorChris Lattner <sabre@nondot.org>
Mon, 27 Oct 2008 04:39:23 +0000 (04:39 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 27 Oct 2008 04:39:23 +0000 (04:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58226 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 446e0186b2887b22257869043dab8dac60a0fef0..b8bd5f54f08b22354f0f8e6ae55f53d2e74fad96 100644 (file)
@@ -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>"