[llvm-commits] CVS: llvm/docs/ProgrammersManual.html WritingAnLLVMPass.html

Tanya Brethour tbrethou at cs.uiuc.edu
Tue Jun 22 03:10:01 PDT 2004


Changes in directory llvm/docs:

ProgrammersManual.html updated: 1.63 -> 1.64
WritingAnLLVMPass.html updated: 1.28 -> 1.29

---
Log message:

Fixing broken links


---
Diffs of the changes:  (+5 -5)

Index: llvm/docs/ProgrammersManual.html
diff -u llvm/docs/ProgrammersManual.html:1.63 llvm/docs/ProgrammersManual.html:1.64
--- llvm/docs/ProgrammersManual.html:1.63	Mon Jun 21 23:24:55 2004
+++ llvm/docs/ProgrammersManual.html	Tue Jun 22 03:02:25 2004
@@ -1449,7 +1449,7 @@
 <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 @@
 
 <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
@@ -2046,7 +2046,7 @@
   <a href="mailto:dhurjati at cs.uiuc.edu">Dinakar Dhurjati</a> and
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/06/22 04:24:55 $
+  Last modified: $Date: 2004/06/22 08:02:25 $
 </address>
 
 </body>


Index: llvm/docs/WritingAnLLVMPass.html
diff -u llvm/docs/WritingAnLLVMPass.html:1.28 llvm/docs/WritingAnLLVMPass.html:1.29
--- llvm/docs/WritingAnLLVMPass.html:1.28	Thu Jun  3 18:39:36 2004
+++ llvm/docs/WritingAnLLVMPass.html	Tue Jun 22 03:02:25 2004
@@ -1420,7 +1420,7 @@
 <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
@@ -1471,7 +1471,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/06/03 23:39:36 $
+  Last modified: $Date: 2004/06/22 08:02:25 $
 </address>
 
 </body>





More information about the llvm-commits mailing list