aboutsummaryrefslogtreecommitdiff
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
commit86af90d802896eff1cd9e9b85a26990c184e0b7c (patch)
tree94bf6829e554784a6ce59ea370729c06c56b2e8b
parent4fbed982fb09cb67c0d19ae553a06eb9321b3913 (diff)
remove spurious space in link
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57677 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index b8d6973105..fa49e5b259 100644
--- a/docs/ReleaseNotes.html
+++ b/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>