diff options
author | Chris Lattner <sabre@nondot.org> | 2003-11-11 23:46:35 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-11-11 23:46:35 +0000 |
commit | 2a77f2daa7d943a3898ea8f00aac059b268ae231 (patch) | |
tree | c5424230670ee49180bc67a47da483c511f1a2ca | |
parent | 5f6fbeb64cacd366fa6134792e42f45506e9d501 (diff) |
reword a bit, be less aggressive with my link
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9906 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 0b67143799..52b05000f3 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -71,10 +71,10 @@ release implements the following new features:<p> explore the LLVM optimizer with the C backend (note that LLVM requires GCC 3.3 on Mac OSX).</li><p> -<li><a -href="http://mail.cs.uiuc.edu/pipermail/llvmdev/2003-November/000554.html">The -LLVM C++ code has been completely moved into the 'llvm' C++ namespace, for -easier integration with other code.</a></li> +<li>LLVM has been <a +href="http://mail.cs.uiuc.edu/pipermail/llvmdev/2003-November/000554.html">moved +into an 'llvm' C++ namespace</a>, for easier integration with third-party +code.</a></li> </ol><p> @@ -437,6 +437,6 @@ via the mailing lists.<p> Maintained By: <a href="http://llvm.cs.uiuc.edu/">The LLVM Team</a><br> <!-- Created: Wed Oct 1 17:38:54 CDT 2003 --> <!-- hhmts start --> -Last modified: Tue Nov 11 17:44:33 CST 2003 +Last modified: Tue Nov 11 17:46:21 CST 2003 <!-- hhmts end --> </body></html> |