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

Bill Wendling isanbard at gmail.com
Mon Aug 1 23:39:14 PDT 2011


Author: void
Date: Tue Aug  2 01:39:13 2011
New Revision: 136684

URL: http://llvm.org/viewvc/llvm-project?rev=136684&view=rev
Log:
Duncan's english is better than mine. :-)

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=136684&r1=136683&r2=136684&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Tue Aug  2 01:39:13 2011
@@ -664,7 +664,7 @@
 
 <li>The <code>LLVMBuildUnwind</code> function from the C API was removed. The
     LLVM <code>unwind</code> instruction has been deprecated for a long time and
-    isn't used by the current front-ends. So this was removed along with the
+    isn't used by the current front-ends. So this was removed during the
     exception handling rewrite.</li>
 
 </ul>





More information about the llvm-commits mailing list