diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index 8ca1cc428f5..fc53444c910 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -774,7 +774,7 @@ parameters. For example, an AllocaInst only requires a one integer in the current stack frame, at runtime. Each Instruction subclass is likely to have varying default parameters which change the semantics of the instruction, so refer to the doxygen documentation for the subclass of +href="/doxygen/classllvm_1_1Instruction.html">doxygen documentation for the subclass of Instruction that you're interested in instantiating.

Naming values

@@ -1102,7 +1102,7 @@ the operands of a User.

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

@@ -1127,7 +1127,7 @@ concrete sub-classes of Instruction that implement the instruction (for example BinaryOperator and SetCondInst). Unfortunately, the use of macros in this file confuses doxygen, so these enum values don't show up correctly in the -doxygen output.

+doxygen output.

@@ -1316,8 +1316,8 @@ GlobalValue is currently embedded into.

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

The Function class represents a single procedure in LLVM. It is @@ -1519,7 +1519,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