diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html
index fa3317bb6e60..abf2582c2f4b 100644
--- a/llvm/docs/ReleaseNotes.html
+++ b/llvm/docs/ReleaseNotes.html
@@ -157,6 +157,8 @@ series.
into MSIL (".net") bytecode. This is still fairly early development
with a number of limitations.
+
-
This release includes many other improvements, including
-performance work, specifically designed to tune datastructure
-usage. This makes several critical components faster.
-
More specific changes include:
- LLVM no longer relies on static destructors to shut itself down. Instead,
- it lazily initializes itself and shuts down when llvm_shutdown() is
+ it lazily initializes itself and shuts down when llvm_shutdown() is
explicitly called.
- LLVM now has significantly fewer static constructors, reducing startup time.
@@ -397,16 +395,11 @@ usage. This makes several critical components faster.
- Construction of intrinsic function declarations has been simplified.
-- The llvm-upgrade tool now exists. This migrates LLVM 1.9 .ll files to
- LLVM 2.0 syntax.
-
-- The gccas/gccld tools have been removed.
+- The gccas/gccld tools have been replaced with small shell scripts.
- Support has been added to llvm-test for running on low-memory
or slow machines (make SMALL_PROBLEM_SIZE=1).
-- llvm-test is now more portable and should build with MS Visual Studio.
-