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

Jeff Cohen jeffc at jolt-lang.org
Mon Oct 24 09:55:07 PDT 2005



Changes in directory llvm/docs:

CodeGenerator.html updated: 1.27 -> 1.28
TableGenFundamentals.html updated: 1.13 -> 1.14
---
Log message:

Fix spelling of 'separate'.

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

 CodeGenerator.html        |    4 ++--
 TableGenFundamentals.html |    6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)


Index: llvm/docs/CodeGenerator.html
diff -u llvm/docs/CodeGenerator.html:1.27 llvm/docs/CodeGenerator.html:1.28
--- llvm/docs/CodeGenerator.html:1.27	Mon Oct 17 10:19:24 2005
+++ llvm/docs/CodeGenerator.html	Mon Oct 24 11:54:55 2005
@@ -1117,7 +1117,7 @@
 Selection DAG is destroyed.
 </p>
 
-<p>Note that this phase is logically seperate from the instruction selection
+<p>Note that this phase is logically separate from the instruction selection
 phase, but is tied to it closely in the code because it operates on
 SelectionDAGs.</p>
 
@@ -1297,7 +1297,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/10/17 15:19:24 $
+  Last modified: $Date: 2005/10/24 16:54:55 $
 </address>
 
 </body>


Index: llvm/docs/TableGenFundamentals.html
diff -u llvm/docs/TableGenFundamentals.html:1.13 llvm/docs/TableGenFundamentals.html:1.14
--- llvm/docs/TableGenFundamentals.html:1.13	Thu Sep  8 13:47:21 2005
+++ llvm/docs/TableGenFundamentals.html	Mon Oct 24 11:54:55 2005
@@ -337,7 +337,7 @@
 information that TableGen collects.  Records are defined with a <tt>def</tt> or
 <tt>class</tt> keyword, the record name, and an optional list of "<a
 href="#templateargs">template arguments</a>".  If the record has superclasses,
-they are specified as a comma seperated list that starts with a colon character
+they are specified as a comma separated list that starts with a colon character
 (":").  If <a href="#valuedef">value definitions</a> or <a href="#recordlet">let
 expressions</a> are needed for the class, they are enclosed in curly braces
 ("{}"); otherwise, the record ends with a semicolon.  Here is a simple TableGen
@@ -517,7 +517,7 @@
 File-scope let expressions are really just another way that TableGen allows the
 end-user to factor out commonality from the records.</p>
 
-<p>File-scope "let" expressions take a comma-seperated list of bindings to
+<p>File-scope "let" expressions take a comma-separated list of bindings to
 apply, and one of more records to bind the values in.  Here are some
 examples:</p>
 
@@ -560,7 +560,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2005/09/08 18:47:21 $
+  Last modified: $Date: 2005/10/24 16:54:55 $
 </address>
 
 </body>






More information about the llvm-commits mailing list