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 | 43542b3a9340f15a339c134ac55a2a2eb5674c14 (patch) | |
| tree | c349c2643f7a550697d99fb3b92b22b70577cf9f | |
| parent | b8f816e90d23c43ed7ec4d6f54f7f5e4ccac8810 (diff) | |
| download | bcm5719-llvm-43542b3a9340f15a339c134ac55a2a2eb5674c14.tar.gz bcm5719-llvm-43542b3a9340f15a339c134ac55a2a2eb5674c14.zip | |
fix nesting issues.
llvm-svn: 45566
| -rw-r--r-- | llvm/docs/LangRef.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index 9f896c5b87c..51c308c0a96 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/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> |

