diff options
author | Gabor Greif <ggreif@gmail.com> | 2008-10-17 14:43:58 +0000 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2008-10-17 14:43:58 +0000 |
commit | 3babf015d4d64a994181d801092bd155a9f73ae4 (patch) | |
tree | 94bf6829e554784a6ce59ea370729c06c56b2e8b | |
parent | bdb162505bbb16c5d2cbf1fd3c54380d0fe7779e (diff) | |
download | external_llvm-3babf015d4d64a994181d801092bd155a9f73ae4.zip external_llvm-3babf015d4d64a994181d801092bd155a9f73ae4.tar.gz external_llvm-3babf015d4d64a994181d801092bd155a9f73ae4.tar.bz2 |
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.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index b8d6973..fa49e5b 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> |