From 8f8c7b7c26fdbe4319172e6f6a0a54c5fd85d9f7 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 4 Jan 2008 04:34:14 +0000 Subject: [PATCH] fix nesting issues. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45566 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/LangRef.html b/docs/LangRef.html index 9f896c5b87c..51c308c0a96 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -1032,10 +1032,13 @@ manipulated either by pointer or by component.

Primitive Types
+

The primitive types are the fundamental building blocks of the LLVM system.

+
+
Floating Point Types
@@ -5262,6 +5265,5 @@ are ignored by code generation and optimization. Last modified: $Date$ -