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

Reid Spencer reid at x10sys.com
Sat Dec 30 23:20:38 PST 2006



Changes in directory llvm/docs:

LangRef.html updated: 1.182 -> 1.183
---
Log message:

One more try on the table formatting.


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

 LangRef.html |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.182 llvm/docs/LangRef.html:1.183
--- llvm/docs/LangRef.html:1.182	Sun Dec 31 01:18:34 2006
+++ llvm/docs/LangRef.html	Sun Dec 31 01:20:23 2006
@@ -942,7 +942,8 @@
     <td class="left">function taking an <tt>i32</tt>, returning an <tt>i32</tt>
     </td>
   </tr><tr class="layout">
-    <td class="left"><tt>float (i16 @sext, i32 *) *</tt></td>
+    <td class="left"><tt>float (i16 @sext, i32 *) *
+    </tt></td>
     <td class="left"><a href="#t_pointer">Pointer</a> to a function that takes 
       an <tt>i16</tt> that should be sign extended and a 
       <a href="#t_pointer">pointer</a> to <tt>i32</tt>, returning 
@@ -4525,7 +4526,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2006/12/31 07:18:34 $
+  Last modified: $Date: 2006/12/31 07:20:23 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list