OSDN Git Service

Rephrase to add clarity.
authorBill Wendling <isanbard@gmail.com>
Tue, 7 Feb 2012 08:42:29 +0000 (08:42 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 7 Feb 2012 08:42:29 +0000 (08:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149972 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 71b7148..6d08b4e 100644 (file)
@@ -286,9 +286,9 @@ Release Notes</a>.</h1>
   <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>