summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2010-07-21 10:20:08 +0000
committerGabor Greif <ggreif@gmail.com>2010-07-21 10:20:08 +0000
commit17b59fe2d316feba6b1322d164c97228b44bd47f (patch)
tree5b6f8ffd5f5dcd9c7b4f1ead5d09ffd2facc21c5 /docs
parentdab4dac2a0b145be9bee4c25a5f5a502ab441f51 (diff)
downloadllvm-17b59fe2d316feba6b1322d164c97228b44bd47f.tar.gz
llvm-17b59fe2d316feba6b1322d164c97228b44bd47f.tar.bz2
llvm-17b59fe2d316feba6b1322d164c97228b44bd47f.tar.xz
add info on operand rotation
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109006 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 94e5c7b398..918fcad96d 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -604,6 +604,15 @@ expose new optimization opportunities:</p>
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>