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

Gabor Greif ggreif at gmail.com
Fri Oct 17 07:44:02 PDT 2008


Author: ggreif
Date: Fri Oct 17 09:43:58 2008
New Revision: 57677

URL: http://llvm.org/viewvc/llvm-project?rev=57677&view=rev
Log:
remove spurious space in link

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=57677&r1=57676&r2=57677&view=diff

==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Fri Oct 17 09:43:58 2008
@@ -262,8 +262,8 @@
 only need (say) 14-bits of precision.</li>
 
 <li>llvm-gcc now supports a C language extension known as "<a 
-href="http://lists.cs.uiuc.edu/pipermail/cfe-dev/2008-August/002670.html">Blocks
-</a>".  This feature is similar to nested functions and closures, but does not
+href="http://lists.cs.uiuc.edu/pipermail/cfe-dev/2008-August/002670.html">Blocks</a>".
+This feature is similar to nested functions and closures, but does not
 require stack trampolines (with most ABIs) and supports returning closures 
 from functions that define them.  Note that actually <em>using</em> Blocks
 requires a small runtime that is not included with llvm-gcc.</li>





More information about the llvm-commits mailing list