From 694e110a2e7268e254ef186bac891d73232eb42e Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 3 Feb 2007 03:06:52 +0000 Subject: fix validation issues llvm-svn: 33823 --- llvm/docs/ProgrammersManual.html | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'llvm/docs/ProgrammersManual.html') diff --git a/llvm/docs/ProgrammersManual.html b/llvm/docs/ProgrammersManual.html index 6c0f87e1e69..2ed64d6d820 100644 --- a/llvm/docs/ProgrammersManual.html +++ b/llvm/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.