From a3da77708645b698d10db88667b5df2a8d632f5d Mon Sep 17 00:00:00 2001
From: Tanya Lattner #include "llvm/GlobalVariable.h"
-doxygen info: GlobalVariable
+doxygen info: GlobalVariable
Class
Superclasses: GlobalValue, User, Value
#include "llvm/Module.h"
doxygen info:
-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 -- 2.34.1