From: Tanya Lattner Date: Tue, 22 Jun 2004 08:02:25 +0000 (+0000) Subject: Fixing broken links X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a3da77708645b698d10db88667b5df2a8d632f5d;p=oota-llvm.git Fixing broken links git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14317 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index 8d39aa2353a..88db133bffe 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -1449,7 +1449,7 @@ iterator

#include "llvm/GlobalVariable.h"
-doxygen info: GlobalVariable +doxygen info: GlobalVariable Class
Superclasses: GlobalValue, User, Value

@@ -1518,7 +1518,7 @@ change at runtime).

#include "llvm/Module.h"
doxygen info: -Module Class

+Module Class

The Module class represents the top level structure present in LLVM programs. An LLVM module is effectively either a translation unit of the diff --git a/docs/WritingAnLLVMPass.html b/docs/WritingAnLLVMPass.html index 76604610a80..1bb90f79d53 100644 --- a/docs/WritingAnLLVMPass.html +++ b/docs/WritingAnLLVMPass.html @@ -1420,7 +1420,7 @@ Despite that, we have kept the LLVM passes SMP ready, and you should too.

Currently, the PassManager's run method takes a Module +href="http://llvm.cs.uiuc.edu/doxygen/classllvm_1_1Module.html">Module as input, and runs all of the passes on this module. The problem with this approach is that none of the PassManager features can be used for timing and debugging the actual loading of the module from disk or