summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2008-10-17 14:43:58 +0000
committerGabor Greif <ggreif@gmail.com>2008-10-17 14:43:58 +0000
commitca01496e59ca523727b6a90eaeb785b773f721f0 (patch)
tree79004fca5b774a22aeffed03acd2a29c9a732dd8
parent97966407d04663cc837771e9bcf2c10100d719f8 (diff)
downloadbcm5719-llvm-ca01496e59ca523727b6a90eaeb785b773f721f0.tar.gz
bcm5719-llvm-ca01496e59ca523727b6a90eaeb785b773f721f0.zip
remove spurious space in link
llvm-svn: 57677
-rw-r--r--llvm/docs/ReleaseNotes.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html
index b8d69731054..fa49e5b2593 100644
--- a/llvm/docs/ReleaseNotes.html
+++ b/llvm/docs/ReleaseNotes.html
@@ -262,8 +262,8 @@ functions (like tan, log, etc). This allows you to get high performance if you
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>
OpenPOWER on IntegriCloud