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

Chris Lattner sabre at nondot.org
Tue Jun 12 10:01:38 PDT 2007



Changes in directory llvm/docs:

LangRef.html updated: 1.253 -> 1.254
---
Log message:

one final bugfix


---
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.253 llvm/docs/LangRef.html:1.254
--- llvm/docs/LangRef.html:1.253	Tue Jun 12 12:00:26 2007
+++ llvm/docs/LangRef.html	Tue Jun 12 12:01:15 2007
@@ -388,7 +388,7 @@
 define i32 @main() {                                                 <i>; i32()* </i>
         <i>; Convert [13x i8 ]* to i8  *...</i>
         %cast210 = <a
- href="#i_getelementptr">getelementptr</a> [13 x i8 ]* %.LC0, i64 0, i64 0 <i>; i8 *</i>
+ href="#i_getelementptr">getelementptr</a> [13 x i8 ]* @.LC0, i64 0, i64 0 <i>; i8 *</i>
 
         <i>; Call puts function to write out the string to stdout...</i>
         <a
@@ -4830,7 +4830,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/06/12 17:00:26 $
+  Last modified: $Date: 2007/06/12 17:01:15 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list