diff options
author | Chris Lattner <sabre@nondot.org> | 2008-01-04 04:34:14 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-01-04 04:34:14 +0000 |
commit | 8f8c7b7c26fdbe4319172e6f6a0a54c5fd85d9f7 (patch) | |
tree | f639ef16d1b04af7fbf18c84827d303c3c3e84a1 /docs/LangRef.html | |
parent | c7d3ab365fad15d2ce4e3f5f686a3503e3eeed56 (diff) | |
download | external_llvm-8f8c7b7c26fdbe4319172e6f6a0a54c5fd85d9f7.zip external_llvm-8f8c7b7c26fdbe4319172e6f6a0a54c5fd85d9f7.tar.gz external_llvm-8f8c7b7c26fdbe4319172e6f6a0a54c5fd85d9f7.tar.bz2 |
fix nesting issues.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45566 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LangRef.html')
-rw-r--r-- | docs/LangRef.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html index 9f896c5..51c308c 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -1032,10 +1032,13 @@ manipulated either by pointer or by component.</p> <!-- ======================================================================= --> <div class="doc_subsection"> <a name="t_primitive">Primitive Types</a> </div> + <div class="doc_text"> <p>The primitive types are the fundamental building blocks of the LLVM system.</p> +</div> + <!-- _______________________________________________________________________ --> <div class="doc_subsubsection"> <a name="t_floating">Floating Point Types</a> </div> @@ -5262,6 +5265,5 @@ are ignored by code generation and optimization. Last modified: $Date$ </address> -</div> </body> </html> |