1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

fix validation issues

llvm-svn: 33823
This commit is contained in:
Chris Lattner 2007-02-03 03:06:52 +00:00
parent ba4f3f37f5
commit 1e7b2633ee

View File

@ -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 <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>
@ -2749,11 +2749,6 @@ the various types of Constants.</p>
<li><tt>double getValue() const</tt>: Returns the underlying value of
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>