Remove reference to checkpoint.

llvm-svn: 35507
This commit is contained in:
Duncan Sands 2007-03-30 16:09:58 +00:00
parent 16f122e6ad
commit 3bf01520eb
1 changed files with 0 additions and 10 deletions

View File

@ -846,16 +846,6 @@ following rules:
terms of 64 <2 x double>, for example.</li>
</ol>
</div>
<!-- ======================================================================= -->
<div class="doc_subsection">
<a name="datalayout">Data Layout</a>
</div>
<div class="doc_text">
<p>At the top level, the keyword <tt>checkpoint</tt> may be used to force the
assembler to check point the types and values it has defined so far. Any
unresolved types or references will generate error messages. This is useful
as an assertion point or for debugging.</p>
</div>
<!-- *********************************************************************** -->
<div class="doc_section"> <a name="typesystem">Type System</a> </div>