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

Reid Spencer reid at x10sys.com
Mon Jan 15 10:28:50 PST 2007



Changes in directory llvm/docs:

LangRef.html updated: 1.199 -> 1.200
---
Log message:

One more @ to remove.


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

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


Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.199 llvm/docs/LangRef.html:1.200
--- llvm/docs/LangRef.html:1.199	Mon Jan 15 12:27:39 2007
+++ llvm/docs/LangRef.html	Mon Jan 15 12:28:34 2007
@@ -928,7 +928,7 @@
     <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 *) *
+    <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 
@@ -4487,7 +4487,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: 2007/01/15 18:27:39 $
+  Last modified: $Date: 2007/01/15 18:28:34 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list