From 526cdf6b9e249d5069a8bb96106b126fdf1afcc8 Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Fri, 30 Mar 2007 16:09:58 +0000 Subject: [PATCH] Remove reference to checkpoint. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35507 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.html | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docs/LangRef.html b/docs/LangRef.html index 4342445ec6c..a9d49e34029 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -846,16 +846,6 @@ following rules: terms of 64 <2 x double>, for example. - -
- Data Layout -
-
-

At the top level, the keyword checkpoint 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.

-
Type System