From: Chris Lattner Date: Sat, 3 Feb 2007 03:06:52 +0000 (+0000) Subject: fix validation issues X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=aff26d112dbba8f414985959bc55e2bbef215c19;p=oota-llvm.git fix validation issues git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33823 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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.

@@ -2749,11 +2749,6 @@ the various types of Constants.

  • double getValue() const: Returns the underlying value of this constant.
  • - -
  • ConstantArray : This represents a constant array.