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

Chris Lattner lattner at cs.uiuc.edu
Thu Jun 3 18:01:01 PDT 2004


Changes in directory llvm/docs:

LangRef.html updated: 1.61 -> 1.62

---
Log message:

Fix some broken links


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

Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.61 llvm/docs/LangRef.html:1.62
--- llvm/docs/LangRef.html:1.61	Sun May 23 16:06:01 2004
+++ llvm/docs/LangRef.html	Thu Jun  3 17:57:15 2004
@@ -522,7 +522,7 @@
       <td><tt>{ float, int (int) * }</tt></td>
       <td>: A pair, where the first element is a <tt>float</tt> and the
 second       element is a <a href="#t_pointer">pointer</a> to a <a
- href="t_function">function</a> that takes an <tt>int</tt>, returning
+ href="#t_function">function</a> that takes an <tt>int</tt>, returning
 an <tt>int</tt>.</td>
     </tr>
   </tbody>
@@ -549,7 +549,7 @@
     <tr>
       <td><tt>int (int *) *</tt></td>
       <td>: A <a href="#t_pointer">pointer</a> to a <a
- href="t_function">function</a> that takes an <tt>int</tt>, returning
+ href="#t_function">function</a> that takes an <tt>int</tt>, returning
 an <tt>int</tt>.</td>
     </tr>
   </tbody>
@@ -1417,7 +1417,7 @@
 <h5>Arguments:</h5>
 <p>The argument to the '<tt>load</tt>' instruction specifies the memory
 address to load from.  The pointer must point to a <a
- href="t_firstclass">first class</a> type.  If the <tt>load</tt> is
+ href="#t_firstclass">first class</a> type.  If the <tt>load</tt> is
 marked as <tt>volatile</tt> then the optimizer is not allowed to modify
 the number or order of execution of this <tt>load</tt> with other
 volatile <tt>load</tt> and <tt><a href="#i_store">store</a></tt>
@@ -1519,9 +1519,9 @@
 <h5>Semantics:</h5>
 
 <p>The index types specified for the '<tt>getelementptr</tt>' instruction depend
-on the pointer type that is being index into. <a href="t_pointer">Pointer</a>
-and <a href="t_array">array</a> types require <tt>uint</tt>, <tt>int</tt>,
-<tt>ulong</tt>, or <tt>long</tt> values, and <a href="t_struct">structure</a>
+on the pointer type that is being index into. <a href="#t_pointer">Pointer</a>
+and <a href="#t_array">array</a> types require <tt>uint</tt>, <tt>int</tt>,
+<tt>ulong</tt>, or <tt>long</tt> values, and <a href="#t_struct">structure</a>
 types require <tt>uint</tt> <b>constants</b>.</p>
 
 <p>In the example above, the first index is indexing into the '<tt>%ST*</tt>'
@@ -2553,7 +2553,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/05/23 21:06:01 $
+  Last modified: $Date: 2004/06/03 22:57:15 $
 </address>
 </body>
 </html>





More information about the llvm-commits mailing list