Fix broken links, reported by Baptiste Lepilleur

llvm-svn: 32882
This commit is contained in:
Chris Lattner 2007-01-04 22:01:45 +00:00
parent 003feb03d5
commit bc5cc2e7fa
1 changed files with 3 additions and 3 deletions

View File

@ -944,7 +944,7 @@ If you look at its definition, it has only a single pointer member.</p>
<div class="doc_text">
<p>Frequently, we might have an instance of the <a
href="/doxygen/structllvm_1_1Value.html">Value Class</a> and we want to
href="/doxygen/classllvm_1_1Value.html">Value Class</a> and we want to
determine which <tt>User</tt>s use the <tt>Value</tt>. The list of all
<tt>User</tt>s of a particular <tt>Value</tt> is called a <i>def-use</i> chain.
For example, let's say we have a <tt>Function*</tt> named <tt>F</tt> to a
@ -1225,7 +1225,7 @@ ReplaceInstWithInst(instToReplace-&gt;getParent()-&gt;getInstList(), ii,
<p>You can use <tt>Value::replaceAllUsesWith</tt> and
<tt>User::replaceUsesOfWith</tt> to change more than one use at a time. See the
doxygen documentation for the <a href="/doxygen/structllvm_1_1Value.html">Value Class</a>
doxygen documentation for the <a href="/doxygen/classllvm_1_1Value.html">Value Class</a>
and <a href="/doxygen/classllvm_1_1User.html">User Class</a>, respectively, for more
information.</p>
@ -1669,7 +1669,7 @@ the <tt>lib/VMCore</tt> directory.</p>
<p><tt>#include "<a href="/doxygen/Value_8h-source.html">llvm/Value.h</a>"</tt>
<br>
doxygen info: <a href="/doxygen/structllvm_1_1Value.html">Value Class</a></p>
doxygen info: <a href="/doxygen/classllvm_1_1Value.html">Value Class</a></p>
<p>The <tt>Value</tt> class is the most important class in the LLVM Source
base. It represents a typed value that may be used (among other things) as an