From 17b59fe2d316feba6b1322d164c97228b44bd47f 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109006 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs') 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:

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