summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-02-10 17:52:05 +0000
committerChris Lattner <sabre@nondot.org>2008-02-10 17:52:05 +0000
commit6bbba6691e66178a895e3c50cfc553eaf9ace2d0 (patch)
tree3f141a2ba7b18b3357f2391a83325488e85cabeb
parentf74c0ccc7d10d71002fb2ac70fcfb842836afe19 (diff)
downloadllvm-6bbba6691e66178a895e3c50cfc553eaf9ace2d0.tar.gz
llvm-6bbba6691e66178a895e3c50cfc553eaf9ace2d0.tar.bz2
llvm-6bbba6691e66178a895e3c50cfc553eaf9ace2d0.tar.xz
close an li tag
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46929 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index ebc619ed28..cbc40303b5 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -130,7 +130,7 @@ vector coprocessors on the Cell processor. (Status?)</li>
(GNAT) and Fortran (gfortran) front-ends. These front-ends should still be considered
experimental however: see the <a href="#knownproblems">list of known problems</a>.
The release binaries do not contain either front-end: they need to be built from
-source (the Ada front-end only builds on x86-32 linux).
+source (the Ada front-end only builds on x86-32 linux).</li>
<li>Dale contributed full support for long double on x86/x86-64 (where it is 80
bits) and on Darwin PPC/PPC64 (where it is 128 bits). In previous LLVM