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

Reid Spencer reid at x10sys.com
Sat Jan 13 22:30:11 PST 2007



Changes in directory llvm/docs:

LangRef.html updated: 1.195 -> 1.196
---
Log message:

Fix an incorrect conversion of int -> i32


---
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.195 llvm/docs/LangRef.html:1.196
--- llvm/docs/LangRef.html:1.195	Sat Jan 13 18:27:09 2007
+++ llvm/docs/LangRef.html	Sun Jan 14 00:29:54 2007
@@ -440,7 +440,7 @@
 
   <dd>"<tt>weak</tt>" linkage is exactly the same as <tt>linkonce</tt> linkage,
   except that unreferenced <tt>weak</tt> globals may not be discarded.  This is
-  used to implement constructs in C such as "<tt>i32 X;</tt>" at global scope.
+  used to implement constructs in C such as "<tt>int X;</tt>" at global scope.
   </dd>
 
   <dt><tt><b><a name="linkage_appending">appending</a></b></tt>: </dt>
@@ -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/14 00:27:09 $
+  Last modified: $Date: 2007/01/14 06:29:54 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list