[llvm-commits] [llvm] r109006 - /llvm/trunk/docs/ReleaseNotes.html

Gabor Greif ggreif at gmail.com
Wed Jul 21 03:20:08 PDT 2010


Author: ggreif
Date: Wed Jul 21 05:20:08 2010
New Revision: 109006

URL: http://llvm.org/viewvc/llvm-project?rev=109006&view=rev
Log:
add info on operand rotation

Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=109006&r1=109005&r2=109006&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Wed Jul 21 05:20:08 2010
@@ -604,6 +604,15 @@
   Unfortunately, this support is not really usable in 2.7, so if you're
  interested in pushing it forward, please help contribute to LLVM mainline.</li>
 
+<!-- BELOW COME ACTUAL 2.8 CHANGES -->
+
+<li>LLVM 2.8 changes the internal order of operands in <a
+  href="http://llvm.org/doxygen/classllvm_1_1InvokeInst.html"><tt>InvokeInst</tt></a>
+  and <a href="http://llvm.org/doxygen/classllvm_1_1CallInst.html"><tt>CallInst</tt></a>.
+  To be portable across releases, resort to <tt>CallSite</tt> and the
+  high-level accessors, such as <tt>getCalledValue</tt> and <tt>setUnwindDest</tt>.</li>
+</li>
+
 </ul>
 
 </div>





More information about the llvm-commits mailing list