From 6df9e2ca7049a7b79579a70b0178b7de4b5cd754 Mon Sep 17 00:00:00 2001
From: Misha Brukman tag on a line by itself.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13516 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/ReleaseNotes.html | 69 +++++++++++++++++++++---------------------
1 file changed, 35 insertions(+), 34 deletions(-)
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 921b1df85a4..73068181840 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -69,21 +69,17 @@ href="http://llvm.cs.uiuc.edu/releases/">releases page.
-This is the fourth public release of the LLVM compiler infrastructure. This
+ This is the fourth public release of the LLVM compiler infrastructure. This
release primarily improves the performance of the
code produced by all aspects of the LLVM compiler and adds some new features, though it does fix a few
-bugs as well.
-
-At this time, LLVM is known to correctly compile and run all C & C++ SPEC
-CPU2000 benchmarks, the Olden benchmarks, and the Ptrdist benchmarks. It has
-also been used to compile many other programs. LLVM now also works with
-a broad variety of C++ programs, though it has still received less testing than
-the C front-end.
- At this time, LLVM is known to correctly compile and run all C & C++
+SPEC CPU2000 benchmarks, the Olden benchmarks, and the Ptrdist benchmarks. It
+has also been used to compile many other programs. LLVM now also works
+with a broad variety of C++ programs, though it has still received less testing
+than the C front-end. Bugs in the C/C++ front-end:
-
@@ -208,17 +207,21 @@ incorrectly updates dominator information
breaks SSA form
-The following components of this LLVM release are either untested, known to be -broken or unreliable, or are in early development. These components should not -be relied on, and bugs should not be filed against them, but they may be useful -to some people. In particular, if you would like to work on one of these -components, please contact us on the llvmdev list. -
+The following components of this LLVM release are either untested, known to +be broken or unreliable, or are in early development. These components should +not be relied on, and bugs should not be filed against them, but they may be +useful to some people. In particular, if you would like to work on one of these +components, please contact us on the llvmdev list.