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

Chris Lattner lattner at cs.uiuc.edu
Fri Sep 1 14:46:16 PDT 2006



Changes in directory llvm/docs:

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

document !strconcat


---
Diffs of the changes:  (+3 -1)

 TableGenFundamentals.html |    4 +++-
 1 files changed, 3 insertions(+), 1 deletion(-)


Index: llvm/docs/TableGenFundamentals.html
diff -u llvm/docs/TableGenFundamentals.html:1.16 llvm/docs/TableGenFundamentals.html:1.17
--- llvm/docs/TableGenFundamentals.html:1.16	Fri Sep  1 16:44:18 2006
+++ llvm/docs/TableGenFundamentals.html	Fri Sep  1 16:46:01 2006
@@ -322,6 +322,8 @@
 <li><tt>(DEF a, b)</tt> - a dag value.  The first element is required to be a
 record definition, the remaining elements in the list may be arbitrary other
 values, including nested `<tt>dag</tt>' values.</li>
+<li><tt>!strconcat(a, b)</tt> - A string value that is the result of
+ concatenating the 'a' and 'b' strings.</li>
 </ul>
 
 <p>Note that all of the values have rules specifying how they convert to values
@@ -637,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:44:18 $
+  Last modified: $Date: 2006/09/01 21:46:01 $
 </address>
 
 </body>






More information about the llvm-commits mailing list