[llvm-commits] CVS: llvm/docs/LangRef.html
Duncan Sands
baldrick at free.fr
Fri Mar 30 09:10:21 PDT 2007
Changes in directory llvm/docs:
LangRef.html updated: 1.218 -> 1.219
---
Log message:
Remove reference to checkpoint.
---
Diffs of the changes: (+1 -11)
LangRef.html | 12 +-----------
1 files changed, 1 insertion(+), 11 deletions(-)
Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.218 llvm/docs/LangRef.html:1.219
--- llvm/docs/LangRef.html:1.218 Fri Mar 30 07:22:09 2007
+++ llvm/docs/LangRef.html Fri Mar 30 11:09:58 2007
@@ -846,16 +846,6 @@
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>
@@ -4610,7 +4600,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2007/03/30 12:22:09 $
+ Last modified: $Date: 2007/03/30 16:09:58 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list