diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index fc31ea98bce..08cdce9cf0a 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -1268,24 +1268,9 @@ Builder.CreateResume(UnwindData);
-
- - The X86-64 backend does not yet support the LLVM IR instruction
- va_arg. Currently, front-ends support variadic argument
- constructs on X86-64 by lowering them manually.
-
- - Windows x64 (aka Win64) code generator has a few issues.
-
- - On mingw-w64, you will see unresolved symbol __chkstk due
- to Bug 8919.
- It is fixed
- in r128206.
-
- - Miss-aligned MOVDQA might crash your program. It is due to
- Bug 9483, lack
- of handling aligned internal globals.
-
-
-
+ - The X86-64 backend does not yet support
+ the va_arg LLVM IR instruction. Currently, front-ends support
+ variadic argument constructs on X86-64 by lowering them manually.