Fixing broken links
authorTanya Lattner <tonic@nondot.org>
Tue, 22 Jun 2004 08:02:25 +0000 (08:02 +0000)
committerTanya Lattner <tonic@nondot.org>
Tue, 22 Jun 2004 08:02:25 +0000 (08:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14317 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ProgrammersManual.html
docs/WritingAnLLVMPass.html

index 8d39aa2353aea5874b6400c65033dfc4daf6b74f..88db133bffed4e7a76f8120b544d56a9364950cd 100644 (file)
@@ -1449,7 +1449,7 @@ iterator<br>
 <p><tt>#include "<a
 href="/doxygen/GlobalVariable_8h-source.html">llvm/GlobalVariable.h</a>"</tt>
 <br>
-doxygen info: <a href="/doxygen/classGlobalVariable.html">GlobalVariable
+doxygen info: <a href="/doxygen/classllvm_1_1GlobalVariable.html">GlobalVariable
 Class</a><br> Superclasses: <a href="#GlobalValue"><tt>GlobalValue</tt></a>, <a
 href="#User"><tt>User</tt></a>, <a href="#Value"><tt>Value</tt></a></p>
 
@@ -1518,7 +1518,7 @@ change at runtime).</p>
 
 <p><tt>#include "<a
 href="/doxygen/Module_8h-source.html">llvm/Module.h</a>"</tt><br> doxygen info:
-<a href="/doxygen/structllvm_1_1Module.html">Module Class</a></p>
+<a href="/doxygen/classllvm_1_1Module.html">Module Class</a></p>
 
 <p>The <tt>Module</tt> class represents the top level structure present in LLVM
 programs.  An LLVM module is effectively either a translation unit of the
index 76604610a8022db4f30b3e0a9629d134fdfce7b6..1bb90f79d53598665d86ceb2fd0075cb70015630 100644 (file)
@@ -1420,7 +1420,7 @@ Despite that, we have kept the LLVM passes SMP ready, and you should too.</p>
 <div class="doc_text">
 
 <p>Currently, the <tt>PassManager</tt>'s <tt>run</tt> method takes a <tt><a
-href="http://llvm.cs.uiuc.edu/doxygen/structllvm_1_1Module.html">Module</a></tt>
+href="http://llvm.cs.uiuc.edu/doxygen/classllvm_1_1Module.html">Module</a></tt>
 as input, and runs all of the passes on this module.  The problem with this
 approach is that none of the <tt>PassManager</tt> features can be used for
 timing and debugging the actual <b>loading</b> of the module from disk or