From daa4cb0f03959cfc884e71eee3f83aef8138dba4 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Mon, 1 Mar 2004 17:47:27 +0000 Subject: [PATCH] HTML 4.01 Strict compliance. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12050 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.html | 72 +++++++++++++++++++++++++---------------------- 1 file changed, 39 insertions(+), 33 deletions(-) diff --git a/docs/LangRef.html b/docs/LangRef.html index bfb8a81e4eb..7af49cead6f 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -1,4 +1,5 @@ - + LLVM Assembly Language Reference Manual @@ -255,12 +256,12 @@ href="#rw_stroustrup">1.

-->

The primitive types are the fundemental building blocks of the LLVM system. The current set of primitive types are as follows:

-

- + +
- +
@@ -294,7 +295,7 @@ system. The current set of primitive types are as follows:

void
- +
@@ -326,7 +327,7 @@ system. The current set of primitive types are as follows:

bool
-

+

These different primitive types fall into a few useful classifications:

-

- + +
@@ -364,7 +365,7 @@ uint, int, ulong, long, float, double, pointer
signed
-

+

The first class types are perhaps the most important. Values of these types are the only ones which can be produced by instructions, passed as arguments, or used as operands to @@ -396,7 +397,7 @@ be any type with a size.

[40 x uint]: Array of 40 unsigned integer values.

Here are some examples of multidimensional arrays:

-

+ @@ -413,7 +414,7 @@ be any type with a size.

-

+
@@ -435,7 +436,7 @@ which indicates that the function takes a variable number of arguments. Variable argument functions can access their arguments with the variable argument handling intrinsic functions.

Examples:
-

+ @@ -457,7 +458,7 @@ in LLVM.
-

+ @@ -474,7 +475,7 @@ instruction.

Syntax:
  { <type list> }
Examples:
-

+ @@ -490,7 +491,7 @@ an int.
-

+ @@ -501,7 +502,7 @@ reference to another object, which must live in memory.

Syntax:
  <type> *
Examples:
-

+ @@ -517,7 +518,7 @@ an int.
-

+
- +
+ Valid CSS! + Valid HTML 4.01! + + Chris Lattner
+ The LLVM Compiler Infrastructure
+ Last modified: $Date$ +
-- 2.34.1