diff options
author | Gabor Greif <ggreif@gmail.com> | 2008-10-15 10:47:24 +0000 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2008-10-15 10:47:24 +0000 |
commit | 3bd3a269c1133f347dfc9bda11d3fdff17ca9af4 (patch) | |
tree | 18cb76fc82ecffea4db312d8fbc9718ae2e4eadf | |
parent | 804ffb611dc897b590d1f1c07ac93bb5ddc93e91 (diff) |
catch one more typo, canonicalize LLVMdev
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57571 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 5c174d5b89..c685f761c1 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -511,7 +511,7 @@ API changes are:</p> <ul> <li>Now, function attributes and return value attributes are managed -sepearately. Interface exported by <tt>ParameterAttributes.h</tt> header is now +separately. Interface exported by <tt>ParameterAttributes.h</tt> header is now experted by <tt>Attributes.h</tt> header. The new attributes interface changes are: <ul> <li><tt>getParamAttrs</tt> method is now replaced by @@ -724,7 +724,7 @@ appropriate nops inserted to ensure restartability.</li> <ul> <li>The Itanium backend is highly experimental, and has a number of known issues. We are looking for a maintainer for the Itanium backend. If you - are interested, please contact the llvmdev mailing list.</li> + are interested, please contact the LLVMdev mailing list.</li> </ul> </div> @@ -757,7 +757,7 @@ appropriate nops inserted to ensure restartability.</li> <p>llvm-gcc does not currently support <a href="http://llvm.org/PR869">Link-Time Optimization</a> on most platforms "out-of-the-box". Please inquire on the -llvmdev mailing list if you are interested.</p> +LLVMdev mailing list if you are interested.</p> <p>The only major language feature of GCC not supported by llvm-gcc is the <tt>__builtin_apply</tt> family of builtins. However, some extensions |