From aff26d112dbba8f414985959bc55e2bbef215c19 Mon Sep 17 00:00:00 2001
From: Chris Lattner
Date: Sat, 3 Feb 2007 03:06:52 +0000
Subject: [PATCH] fix validation issues
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33823 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/ProgrammersManual.html | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html
index 6c0f87e1e69..2ed64d6d820 100644
--- a/docs/ProgrammersManual.html
+++ b/docs/ProgrammersManual.html
@@ -1573,7 +1573,7 @@ MyModule->addTypeName("mylist", NewSTy);
This code shows the basic approach used to build recursive types: build a
non-recursive type using 'opaque', then use type unification to close the cycle.
The type unification step is performed by the refineAbstractTypeTo method, which is
+href="#refineAbstractTypeTo">refineAbstractTypeTo method, which is
described next. After that, we describe the PATypeHolder class.
@@ -2750,11 +2750,6 @@ the various types of Constants.
this constant.
-
- - bool getValue() const: Returns the underlying value of this
- constant.
-
-
ConstantArray : This represents a constant array.
- const std::vector<Use> &getValues() const: Returns
--
2.11.0