From bf8abe376c5dcae00492fafd38190f39b51c2596 Mon Sep 17 00:00:00 2001
From: Chris Lattner
Date: Thu, 17 May 2007 19:58:57 +0000
Subject: [PATCH] minor tweak
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37176 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/ReleaseNotes.html | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 179e23ac4c1..7e157c000fd 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -67,8 +67,9 @@ ways from our previous releases:
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 llvm-upgrade
-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.
+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.
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.
@@ -356,7 +357,7 @@ Improvements
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.<
+ yet though.
Many bugs fixed for PowerPC 64.
--
2.34.1