diff --git a/docs/LangRef.html b/docs/LangRef.html index ffae318b29f..5a4ddc4c0e4 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -295,7 +295,7 @@ These different primitive types fall into a few useful classifications:

- + @@ -1810,7 +1810,7 @@ arbitrarily complex and require memory allocation, for example.

Chris Lattner
-Last modified: Thu May 8 10:48:46 CDT 2003 +Last modified: Wed Jun 18 16:27:39 CDT 2003
signed sbyte, short, int, long, float, double
unsignedubyte, ushort, uint, ulong
integerubyte, sbyte, ushort, short, uint, int, ulong, long
integerubyte, sbyte, ushort, short, uint, int, ulong, long
integralbool, ubyte, sbyte, ushort, short, uint, int, ulong, long
floating pointfloat, double
first classbool, ubyte, sbyte, ushort, short,
uint, int, ulong, long, float, double, pointer