summaryrefslogtreecommitdiffstats
path: root/llvm/docs/ProgrammersManual.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-02-03 03:06:52 +0000
committerChris Lattner <sabre@nondot.org>2007-02-03 03:06:52 +0000
commit694e110a2e7268e254ef186bac891d73232eb42e (patch)
tree531fb11a1c00520805b1c91b4dd10e46ab9ec114 /llvm/docs/ProgrammersManual.html
parent099213becc16b15b8314dbc0438e131f751c47d2 (diff)
downloadbcm5719-llvm-694e110a2e7268e254ef186bac891d73232eb42e.tar.gz
bcm5719-llvm-694e110a2e7268e254ef186bac891d73232eb42e.zip
fix validation issues
llvm-svn: 33823
Diffstat (limited to 'llvm/docs/ProgrammersManual.html')
-rw-r--r--llvm/docs/ProgrammersManual.html7
1 files changed, 1 insertions, 6 deletions
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-&gt;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 <tt><a
-ref="#refineAbstractTypeTo">refineAbstractTypeTo</a></tt> method, which is
+href="#refineAbstractTypeTo">refineAbstractTypeTo</a></tt> method, which is
described next. After that, we describe the <a
href="#PATypeHolder">PATypeHolder class</a>.
</p>
@@ -2750,11 +2750,6 @@ the various types of Constants.</p>
this constant. </li>
</ul>
</li>
- <ul>
- <li><tt>bool getValue() const</tt>: Returns the underlying value of this
- constant. </li>
- </ul>
- </li>
<li>ConstantArray : This represents a constant array.
<ul>
<li><tt>const std::vector&lt;Use&gt; &amp;getValues() const</tt>: Returns
OpenPOWER on IntegriCloud