[llvm-commits] CVS: llvm-www/releases/1.2/docs/LangRef.html Stacker.html
Misha Brukman
brukman at cs.uiuc.edu
Thu Jun 3 18:58:04 PDT 2004
Changes in directory llvm-www/releases/1.2/docs:
LangRef.html updated: 1.2 -> 1.3
Stacker.html updated: 1.2 -> 1.3
---
Log message:
Fix broken internal links.
---
Diffs of the changes: (+12 -12)
Index: llvm-www/releases/1.2/docs/LangRef.html
diff -u llvm-www/releases/1.2/docs/LangRef.html:1.2 llvm-www/releases/1.2/docs/LangRef.html:1.3
--- llvm-www/releases/1.2/docs/LangRef.html:1.2 Fri Mar 19 16:04:17 2004
+++ llvm-www/releases/1.2/docs/LangRef.html Thu Jun 3 18:53:48 2004
@@ -486,9 +486,9 @@
<tr>
<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
-an <tt>int</tt>.</td>
+ 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 an
+ <tt>int</tt>.</td>
</tr>
</tbody>
</table>
@@ -514,8 +514,8 @@
<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
-an <tt>int</tt>.</td>
+ href="#t_function">function</a> that takes an <tt>int</tt>, returning an
+ <tt>int</tt>.</td>
</tr>
</tbody>
</table>
@@ -1382,7 +1382,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>
@@ -1445,8 +1445,8 @@
<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>long</tt>' values, and <a href="t_struct">structure</a>
+href="#t_pointer">Pointer</a> and <a href="#t_array">array</a> types
+require '<tt>long</tt>' values, and <a href="#t_struct">structure</a>
types require '<tt>ubyte</tt>' <b>constants</b>.</p>
<p>In the example above, the first index is indexing into the '<tt>%ST*</tt>'
type, which is a pointer, yielding a '<tt>%ST</tt>' = '<tt>{ int,
@@ -1847,7 +1847,7 @@
<p>The '<tt>llvm.va_copy</tt>' intrinsic works just like the <tt>va_copy</tt>
macro available in C. In a target-dependent way, it copies the source <tt>va_list</tt>
element into the returned list. This intrinsic is necessary because the <tt><a
- href="i_va_start">llvm.va_start</a></tt> intrinsic may be arbitrarily
+ href="#i_va_start">llvm.va_start</a></tt> intrinsic may be arbitrarily
complex and require memory allocation, for example.</p>
</div>
@@ -2148,7 +2148,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/03/19 22:04:17 $
+ Last modified: $Date: 2004/06/03 23:53:48 $
</address>
</body>
</html>
Index: llvm-www/releases/1.2/docs/Stacker.html
diff -u llvm-www/releases/1.2/docs/Stacker.html:1.2 llvm-www/releases/1.2/docs/Stacker.html:1.3
--- llvm-www/releases/1.2/docs/Stacker.html:1.2 Fri Mar 19 16:04:17 2004
+++ llvm-www/releases/1.2/docs/Stacker.html Thu Jun 3 18:53:48 2004
@@ -28,7 +28,7 @@
<li><a href="#comments">Comments</a>
<li><a href="#literals">Literals</a>
<li><a href="#words">Words</a>
- <li><a href="style">Standard Style</a>
+ <li><a href="#style">Standard Style</a>
<li><a href="#builtins">Built-Ins</a>
</ol>
</li>
@@ -1395,6 +1395,6 @@
<div class="doc_footer">
<address><a href="mailto:rspencer at x10sys.com">Reid Spencer</a></address>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
-<br>Last modified: $Date: 2004/03/19 22:04:17 $ </div>
+<br>Last modified: $Date: 2004/06/03 23:53:48 $ </div>
</body>
</html>
More information about the llvm-commits
mailing list