diff --git a/llvm/docs/AdvancedGetElementPtr.html b/llvm/docs/AdvancedGetElementPtr.html
index 128effee0928..02d1e321218e 100644
--- a/llvm/docs/AdvancedGetElementPtr.html
+++ b/llvm/docs/AdvancedGetElementPtr.html
@@ -324,20 +324,18 @@
The design of GEP has the following goals, in rough unofficial
order of priority:
-
-
- - Support C, C-like languages, and languages which can be
- conceptually lowered into C (this covers a lot).
- - Support optimizations such as those that are common in
- C compilers.
- - Provide a consistent method for computing addresses so that
- address computations don't need to be a part of load and
- store instructions in the IR.
- - Support non-C-like languages, to the extent that it doesn't
- interfere with other goals.
- - Minimize target-specific information in the IR.
-
-
+
+ - Support C, C-like languages, and languages which can be
+ conceptually lowered into C (this covers a lot).
+ - Support optimizations such as those that are common in
+ C compilers.
+ - Provide a consistent method for computing addresses so that
+ address computations don't need to be a part of load and
+ store instructions in the IR.
+ - Support non-C-like languages, to the extent that it doesn't
+ interfere with other goals.
+ - Minimize target-specific information in the IR.
+