1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

fix nesting issues.

llvm-svn: 45566
This commit is contained in:
Chris Lattner 2008-01-04 04:34:14 +00:00
parent 056ca9d8e2
commit 6142c837b5

View File

@ -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>