From: Chris Lattner Date: Fri, 4 Jan 2008 04:34:14 +0000 (+0000) Subject: fix nesting issues. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8f8c7b7c26fdbe4319172e6f6a0a54c5fd85d9f7;p=oota-llvm.git fix nesting issues. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45566 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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$ -