aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-07-09 06:58:43 +0000
committerChris Lattner <sabre@nondot.org>2004-07-09 06:58:43 +0000
commit4f12399fb833bacaad65ae98db368177c39f5c51 (patch)
treed85349b97886b90935f530105bd55eff53c13fd8
parent52fa42dd82b160b2c7f3e147918d665496d591b1 (diff)
downloadexternal_llvm-4f12399fb833bacaad65ae98db368177c39f5c51.zip
external_llvm-4f12399fb833bacaad65ae98db368177c39f5c51.tar.gz
external_llvm-4f12399fb833bacaad65ae98db368177c39f5c51.tar.bz2
No really, he did finish!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14717 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 662e11c..30a42c6 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -123,7 +123,7 @@ also dump out bytecode in a textual format that is lower level than assembly
(values are not resolved from slot numbers). It should only be of interest to
(a) those who are working to improve the bytecode format and (b) those who
really want to understand or document the details of the bytecode format.</li>
-<li>The <a href="BytecodeFormat.html">LLVM Bytecode file format</a> is now being
+<li>The <a href="BytecodeFormat.html">LLVM Bytecode file format</a> is now
documented.</li>
<li>LLVM now provides an <a
href="LangRef.html#i_isunordered">llvm.isunordered</a> intrinsic for efficient