diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html
index 2471e9d20cc..b4edbd73564 100644
--- a/docs/CodeGenerator.html
+++ b/docs/CodeGenerator.html
@@ -1161,7 +1161,7 @@ def : Pat<(i32 imm:$imm),
- Overall, there is no way to define or match SelectionDAG nodes that define
- multiple values (e.g. ADD_PARTS, LOAD, CALL,
+ multiple values (e.g. SMUL_LOHI, LOAD, CALL,
etc). This is the biggest reason that you currently still have
to write custom C++ code for your instruction selector.