Document the 'unwind' removal.
authorBill Wendling <isanbard@gmail.com>
Mon, 6 Feb 2012 21:59:44 +0000 (21:59 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 6 Feb 2012 21:59:44 +0000 (21:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149914 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index b090995da10d5d14e310cfd102eb122897fb942f..71b7148330453e410933427cef1f2ef684187671 100644 (file)
@@ -285,7 +285,10 @@ Release Notes</a>.</h1>
 
   <ul>
     <li>IR support for half float</li>
-       <li>IR support for vectors of pointers, including vector GEPs.</li>
+    <li>IR support for vectors of pointers, including vector GEPs.</li>
+    <li>The <tt>unwind</tt> instruction is now gone. It has been replaced by
+        the <tt>landingpad</tt>/<tt>resume</tt> exception handling
+        mechanisms.</li>
     <li>....</li>
   </ul>
 </div>