[llvm-commits] CVS: llvm/docs/CodeGenerator.html

Chris Lattner lattner at cs.uiuc.edu
Fri Sep 30 10:47:07 PDT 2005



Changes in directory llvm/docs:

CodeGenerator.html updated: 1.17 -> 1.18
---
Log message:

Update the discussion of TargetRegisterDesc



---
Diffs of the changes:  (+4 -4)

 CodeGenerator.html |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)


Index: llvm/docs/CodeGenerator.html
diff -u llvm/docs/CodeGenerator.html:1.17 llvm/docs/CodeGenerator.html:1.18
--- llvm/docs/CodeGenerator.html:1.17	Mon Jul 18 22:37:48 2005
+++ llvm/docs/CodeGenerator.html	Fri Sep 30 12:46:55 2005
@@ -358,9 +358,9 @@
 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
@@ -1032,7 +1032,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2005/07/19 03:37:48 $
+  Last modified: $Date: 2005/09/30 17:46:55 $
 </address>
 
 </body>






More information about the llvm-commits mailing list