From: Gabor Greif
Date: Wed, 21 Jul 2010 10:20:08 +0000 (+0000)
Subject: add info on operand rotation
X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=17b59fe2d316feba6b1322d164c97228b44bd47f;p=oota-llvm.git
add info on operand rotation
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109006 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 94e5c7b398a..918fcad96de 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -604,6 +604,15 @@ expose new optimization opportunities:
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.
+
+
+LLVM 2.8 changes the internal order of operands in InvokeInst
+ and CallInst.
+ To be portable across releases, resort to CallSite and the
+ high-level accessors, such as getCalledValue and setUnwindDest.
+
+