From 4b17e65baa35e3f7cf1381db7caa582ca6166cc3 Mon Sep 17 00:00:00 2001
From: Gabor Greif
Date: Wed, 21 Jul 2010 10:20:08 +0000
Subject: add info on operand rotation
llvm-svn: 109006
---
llvm/docs/ReleaseNotes.html | 9 +++++++++
1 file changed, 9 insertions(+)
(limited to 'llvm/docs')
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:
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.
+
+
--
cgit v1.2.3