From 10ee9654c98c0b6561a0764ae2036ac6692b1556 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 3 Jun 2004 22:57:15 +0000 Subject: Fix some broken links llvm-svn: 13997 --- llvm/docs/LangRef.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'llvm/docs/LangRef.html') diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index 07bb686698b..3421b3d4bd0 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/docs/LangRef.html @@ -522,7 +522,7 @@ instruction.

{ float, int (int) * } : A pair, where the first element is a float and the second element is a pointer to a function that takes an int, returning + href="#t_function">function that takes an int, returning an int. @@ -549,7 +549,7 @@ of four int values int (int *) * : A pointer to a function that takes an int, returning + href="#t_function">function that takes an int, returning an int. @@ -1417,7 +1417,7 @@ Instruction
Arguments:

The argument to the 'load' instruction specifies the memory address to load from. The pointer must point to a first class type. If the load is + href="#t_firstclass">first class type. If the load is marked as volatile then the optimizer is not allowed to modify the number or order of execution of this load with other volatile load and store @@ -1519,9 +1519,9 @@ compiled to LLVM:

Semantics:

The index types specified for the 'getelementptr' instruction depend -on the pointer type that is being index into. Pointer -and array types require uint, int, -ulong, or long values, and structure +on the pointer type that is being index into. Pointer +and array types require uint, int, +ulong, or long values, and structure types require uint constants.

In the example above, the first index is indexing into the '%ST*' -- cgit v1.2.3