Changes in directory llvm/docs:
ProgrammersManual.html updated: 1.108 -> 1.109 --- Log message: fix validation issues --- Diffs of the changes: (+2 -7) ProgrammersManual.html | 9 ++------- 1 files changed, 2 insertions(+), 7 deletions(-) Index: llvm/docs/ProgrammersManual.html diff -u llvm/docs/ProgrammersManual.html:1.108 llvm/docs/ProgrammersManual.html:1.109 --- llvm/docs/ProgrammersManual.html:1.108 Fri Feb 2 21:05:57 2007 +++ llvm/docs/ProgrammersManual.html Fri Feb 2 21:06:52 2007 @@ -1573,7 +1573,7 @@ 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 @@ 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<Use> &getValues() const</tt>: Returns @@ -2796,7 +2791,7 @@ <a href="mailto:[EMAIL PROTECTED]">Dinakar Dhurjati</a> and <a href="mailto:[EMAIL PROTECTED]">Chris Lattner</a><br> <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br> - Last modified: $Date: 2007/02/03 03:05:57 $ + Last modified: $Date: 2007/02/03 03:06:52 $ </address> </body> _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits