[llvm-commits] [llvm] r149972 - /llvm/trunk/docs/ReleaseNotes.html

Bill Wendling isanbard at gmail.com
Tue Feb 7 00:42:30 PST 2012


Author: void
Date: Tue Feb  7 02:42:29 2012
New Revision: 149972

URL: http://llvm.org/viewvc/llvm-project?rev=149972&view=rev
Log:
Rephrase to add clarity.

Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=149972&r1=149971&r2=149972&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Tue Feb  7 02:42:29 2012
@@ -286,9 +286,9 @@
   <ul>
     <li>IR support for half float</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>The <tt>unwind</tt> instruction is now gone. With the introduction of
+        the new exception handling system in LLVM 3.0, the <tt>unwind</tt>
+        instruction became obsolete.</li>
     <li>....</li>
   </ul>
 </div>





More information about the llvm-commits mailing list