diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html index fcbff1c44bb..a62dbedcdb1 100644 --- a/docs/CodeGenerator.html +++ b/docs/CodeGenerator.html @@ -358,9 +358,9 @@ description) are unique small numbers, and virtual registers are generally large.

Each register in the processor description has an associated -MRegisterDesc entry, which provides a textual name for the register -(used for assembly output and debugging dumps), a set of aliases (used to -indicate that one register overlaps with another), and some flag bits. +TargetRegisterDesc entry, which provides a textual name for the register +(used for assembly output and debugging dumps) and a set of aliases (used to +indicate that one register overlaps with another).

In addition to the per-register description, the MRegisterInfo class