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

Reid Spencer reid at x10sys.com
Thu Nov 9 13:16:10 PST 2006



Changes in directory llvm/docs:

LangRef.html updated: 1.163 -> 1.164
---
Log message:

Fix indentation problem starting at GEP.


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

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


Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.163 llvm/docs/LangRef.html:1.164
--- llvm/docs/LangRef.html:1.163	Wed Nov  8 00:47:32 2006
+++ llvm/docs/LangRef.html	Thu Nov  9 15:15:49 2006
@@ -2683,6 +2683,8 @@
  href="#i_store">store</a> int 3, int* %ptr                          <i>; yields {void}</i>
   %val = load int* %ptr                           <i>; yields {int}:val = int 3</i>
 </pre>
+</div>
+
 <!-- _______________________________________________________________________ -->
 <div class="doc_subsubsection">
    <a name="i_getelementptr">'<tt>getelementptr</tt>' Instruction</a>
@@ -2795,8 +2797,8 @@
     <i>; yields [12 x ubyte]*:aptr</i>
     %aptr = getelementptr {int, [12 x ubyte]}* %sptr, long 0, uint 1
 </pre>
-
 </div>
+
 <!-- ======================================================================= -->
 <div class="doc_subsection"> <a name="convertops">Conversion Operations</a>
 </div>
@@ -4416,7 +4418,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/11/08 06:47:32 $
+  Last modified: $Date: 2006/11/09 21:15:49 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list