summaryrefslogtreecommitdiffstats
path: root/llvm/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-05-17 19:58:57 +0000
committerChris Lattner <sabre@nondot.org>2007-05-17 19:58:57 +0000
commit70c2175ed230f689713fe23489b1ecc7b182869f (patch)
tree936fb017b92882682c69ed5fcdcd61e5cecc2517 /llvm/docs
parent5c138133b71d33656d80f82084d748b0bb2fd6bc (diff)
downloadbcm5719-llvm-70c2175ed230f689713fe23489b1ecc7b182869f.tar.gz
bcm5719-llvm-70c2175ed230f689713fe23489b1ecc7b182869f.zip
minor tweak
llvm-svn: 37176
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/ReleaseNotes.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html
index 179e23ac4c1..7e157c000fd 100644
--- a/llvm/docs/ReleaseNotes.html
+++ b/llvm/docs/ReleaseNotes.html
@@ -67,8 +67,9 @@ ways from our previous releases:</p>
break backwards compatibility with the LLVM 1.x bytecode and .ll file format.
If you have LLVM 1.9 .ll files that you would like to upgrade to LLVM 2.x, we
recommend the use of the stand alone <a href="#llvm-upgrade">llvm-upgrade</a>
-tool. We intend to keep compatibility with .ll and .bc formats within the 2.x
-release series, like we did within the 1.x series.</li>
+tool (which is included with 2.0). We intend to keep compatibility with .ll
+and .bc formats within the 2.x release series, like we did within the 1.x
+series.</li>
<li>There are several significant change to the LLVM IR and internal APIs, such
as a major overhaul of the type system, the completely new bitcode file
format, etc.</li>
@@ -356,7 +357,7 @@ Improvements</a></div>
<li>Improved support for the Linux/ppc ABI and the linux/ppc JIT is fully
functional now. llvm-gcc and static compilation are not fully supported
- yet though.<</li>
+ yet though.</li>
<li>Many bugs fixed for PowerPC 64.</li>
OpenPOWER on IntegriCloud