From c501f5530bc366c5f5fae69b481e602d7e6189c1 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Mon, 1 Mar 2004 17:47:27 +0000 Subject: HTML 4.01 Strict compliance. llvm-svn: 12050 --- llvm/docs/LangRef.html | 72 +++++++++++++++++++++++++++----------------------- 1 file changed, 39 insertions(+), 33 deletions(-) (limited to 'llvm/docs/LangRef.html') diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index bfb8a81e4eb..7af49cead6f 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/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$ +
-- cgit v1.2.3