diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index c63f6f48f8f..402aa614c98 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -101,9 +101,14 @@ It includes a large number of features and refinements from LLVM 2.2.
standardize on FOOCLASS::Create for all IR classes in the future,
but not all of them have been moved over yet.
LLVM 2.3 renames the LLVMBuilder and LLVMFoldingBuilder classes to
- IRBuilder.
-MRegisterInfo was renamed to TargetRegisterInfo.
-The MappedFile class is gone, please use MemoryBuffer instead.
+ IRBuilder.
+
+MRegisterInfo was renamed to
+
+ TargetRegisterInfo.
+The MappedFile class is gone, please use
+
+ MemoryBuffer instead.
The '-enable-eh' flag to llc has been removed. Now code should
encode whether it is safe to omit unwind information for a function by
tagging the Function object with the 'nounwind' attribute.
@@ -372,7 +377,8 @@ faster:
both pre-pass and post-pass scheduling, and to improve compiler-debugging
output.
-The target-independent code generator infrastructure now uses LLVM's APInt
+The target-independent code generator infrastructure now uses LLVM's
+ APInt
class to handle integer values, which allows it to support integer types
larger than 64 bits. Note that support for such types is also dependent on
target-specific support. Use of APInt is also a step toward support for