Update the discussion of TargetRegisterDesc
authorChris Lattner <sabre@nondot.org>
Fri, 30 Sep 2005 17:46:55 +0000 (17:46 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 30 Sep 2005 17:46:55 +0000 (17:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23563 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CodeGenerator.html

index fcbff1c44bb33cdaa65ec7266d03413bb37932aa..a62dbedcdb1d3ab47b4a1ae2d0f9e26e3fe95a97 100644 (file)
@@ -358,9 +358,9 @@ description) are unique small numbers, and virtual registers are generally
 large.</p>
 
 <p>Each register in the processor description has an associated
-<tt>MRegisterDesc</tt> 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.
+<tt>TargetRegisterDesc</tt> 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).
 </p>
 
 <p>In addition to the per-register description, the <tt>MRegisterInfo</tt> class