From b5561ffaf2defae1c72f2ac50f652c58e3380f91 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 18 Jun 2003 21:28:11 +0000 Subject: [PATCH] fix incorrect anchor git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6777 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.34.1
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