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

Chris Lattner lattner at cs.uiuc.edu
Fri Sep 1 15:01:51 PDT 2006



Changes in directory llvm/docs:

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

Fix a typo Jim pointed out, thanks!


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

 TableGenFundamentals.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/docs/TableGenFundamentals.html
diff -u llvm/docs/TableGenFundamentals.html:1.17 llvm/docs/TableGenFundamentals.html:1.18
--- llvm/docs/TableGenFundamentals.html:1.17	Fri Sep  1 16:46:01 2006
+++ llvm/docs/TableGenFundamentals.html	Fri Sep  1 17:01:36 2006
@@ -531,7 +531,7 @@
 ...
 </pre>
 
-<p>The name of the resuntant definitions has the multidef fragment names
+<p>The name of the resultant definitions has the multidef fragment names
    appended to them, so this defines ADD_rr, ADD_ri, SUB_rr, etc.  Using a
    multiclass this way is exactly equivalent to instantiating the
    classes multiple times yourself, e.g. by writing:</p>
@@ -639,7 +639,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2006/09/01 21:46:01 $
+  Last modified: $Date: 2006/09/01 22:01:36 $
 </address>
 
 </body>






More information about the llvm-commits mailing list