diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html
index 4729cc089f6..8480d34d3a2 100644
--- a/docs/CodeGenerator.html
+++ b/docs/CodeGenerator.html
@@ -36,7 +36,7 @@
Introduction
@@ -126,12 +130,11 @@ implement radically different code generators in the LLVM system that do not
make use of any of the built-in components. Doing so is not recommended at all,
but could be required for radically different targets that do not fit into the
LLVM machine description model: programmable FPGAs for example.
-
@@ -195,7 +198,7 @@ targets with unusual requirements can be supported with custom passes as needed.
@@ -273,7 +276,7 @@ target, and whether the target is little- or big-endian.
@@ -310,17 +313,17 @@ href="TableGenFundamentals.html">TableGen description of the register file.