diff options
| author | Gabor Greif <ggreif@gmail.com> | 2010-07-21 10:20:08 +0000 |
|---|---|---|
| committer | Gabor Greif <ggreif@gmail.com> | 2010-07-21 10:20:08 +0000 |
| commit | 4b17e65baa35e3f7cf1381db7caa582ca6166cc3 (patch) | |
| tree | c0ec95406839588ec473ee7d59afc5baa80c156a /llvm/docs | |
| parent | d27913e516e05411a1e138de4adba3d9fa15e137 (diff) | |
| download | bcm5719-llvm-4b17e65baa35e3f7cf1381db7caa582ca6166cc3.tar.gz bcm5719-llvm-4b17e65baa35e3f7cf1381db7caa582ca6166cc3.zip | |
add info on operand rotation
llvm-svn: 109006
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/ReleaseNotes.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 94e5c7b398a..918fcad96de 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/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> |

