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

Chris Lattner lattner at cs.uiuc.edu
Mon Aug 14 17:46:13 PDT 2006



Changes in directory llvm/docs:

LangRef.html updated: 1.154 -> 1.155
---
Log message:

Add a link to the GEP faq.


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

 LangRef.html |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)


Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.154 llvm/docs/LangRef.html:1.155
--- llvm/docs/LangRef.html:1.154	Mon Jun 12 22:05:47 2006
+++ llvm/docs/LangRef.html	Mon Aug 14 19:45:58 2006
@@ -101,7 +101,7 @@
           <li><a href="#i_vselect">'<tt>vselect</tt>' Instruction</a></li>
         </ol>
       </li>
-      <li><a href="#memoryops">Memory Access Operations</a>
+      <li><a href="#memoryops">Memory Access and Addressing Operations</a>
         <ol>
           <li><a href="#i_malloc">'<tt>malloc</tt>'   Instruction</a></li>
           <li><a href="#i_free">'<tt>free</tt>'     Instruction</a></li>
@@ -2273,7 +2273,7 @@
 
 <!-- ======================================================================= -->
 <div class="doc_subsection"> 
-  <a name="memoryops">Memory Access Operations</a>
+  <a name="memoryops">Memory Access and Addressing Operations</a>
 </div>
 
 <div class="doc_text">
@@ -2574,6 +2574,10 @@
 defined to be accessible as variable length arrays, which requires access
 beyond the zero'th element.</p>
 
+<p>The getelementptr instruction is often confusing.  For some more insight
+into how it works, see <a href="GetElementPtr.html">the getelementptr 
+FAQ</a>.</p>
+
 <h5>Example:</h5>
 
 <pre>
@@ -3840,7 +3844,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/06/13 03:05:47 $
+  Last modified: $Date: 2006/08/15 00:45:58 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list