mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Fix more broken links as a result of the llvm namespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14000 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1ed834827a
commit
31ca1deab4
@ -774,7 +774,7 @@ parameters. For example, an <tt>AllocaInst</tt> only <i>requires</i> a
|
|||||||
one integer in the current stack frame, at runtime. Each <tt>Instruction</tt>
|
one integer in the current stack frame, at runtime. Each <tt>Instruction</tt>
|
||||||
subclass is likely to have varying default parameters which change the semantics
|
subclass is likely to have varying default parameters which change the semantics
|
||||||
of the instruction, so refer to the <a
|
of the instruction, so refer to the <a
|
||||||
href="/doxygen/classInstruction.html">doxygen documentation for the subclass of
|
href="/doxygen/classllvm_1_1Instruction.html">doxygen documentation for the subclass of
|
||||||
Instruction</a> that you're interested in instantiating.</p>
|
Instruction</a> that you're interested in instantiating.</p>
|
||||||
|
|
||||||
<p><i>Naming values</i></p>
|
<p><i>Naming values</i></p>
|
||||||
@ -1102,7 +1102,7 @@ the operands of a <tt>User</tt>.</p></li>
|
|||||||
|
|
||||||
<p><tt>#include "</tt><tt><a
|
<p><tt>#include "</tt><tt><a
|
||||||
href="/doxygen/Instruction_8h-source.html">llvm/Instruction.h</a>"</tt><br>
|
href="/doxygen/Instruction_8h-source.html">llvm/Instruction.h</a>"</tt><br>
|
||||||
doxygen info: <a href="/doxygen/classInstruction.html">Instruction Class</a><br>
|
doxygen info: <a href="/doxygen/classllvm_1_1Instruction.html">Instruction Class</a><br>
|
||||||
Superclasses: <a href="#User"><tt>User</tt></a>, <a
|
Superclasses: <a href="#User"><tt>User</tt></a>, <a
|
||||||
href="#Value"><tt>Value</tt></a></p>
|
href="#Value"><tt>Value</tt></a></p>
|
||||||
|
|
||||||
@ -1127,7 +1127,7 @@ concrete sub-classes of <tt>Instruction</tt> that implement the instruction (for
|
|||||||
example <tt><a href="#BinaryOperator">BinaryOperator</a></tt> and <tt><a
|
example <tt><a href="#BinaryOperator">BinaryOperator</a></tt> and <tt><a
|
||||||
href="#SetCondInst">SetCondInst</a></tt>). Unfortunately, the use of macros in
|
href="#SetCondInst">SetCondInst</a></tt>). Unfortunately, the use of macros in
|
||||||
this file confuses doxygen, so these enum values don't show up correctly in the
|
this file confuses doxygen, so these enum values don't show up correctly in the
|
||||||
<a href="/doxygen/classInstruction.html">doxygen output</a>.</p>
|
<a href="/doxygen/classllvm_1_1Instruction.html">doxygen output</a>.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -1316,8 +1316,8 @@ GlobalValue is currently embedded into.</p></li>
|
|||||||
|
|
||||||
<p><tt>#include "<a
|
<p><tt>#include "<a
|
||||||
href="/doxygen/Function_8h-source.html">llvm/Function.h</a>"</tt><br> doxygen
|
href="/doxygen/Function_8h-source.html">llvm/Function.h</a>"</tt><br> doxygen
|
||||||
info: <a href="/doxygen/classFunction.html">Function Class</a><br> Superclasses:
|
info: <a href="/doxygen/classllvm_1_1Function.html">Function Class</a><br>
|
||||||
<a href="#GlobalValue"><tt>GlobalValue</tt></a>, <a
|
Superclasses: <a href="#GlobalValue"><tt>GlobalValue</tt></a>, <a
|
||||||
href="#User"><tt>User</tt></a>, <a href="#Value"><tt>Value</tt></a></p>
|
href="#User"><tt>User</tt></a>, <a href="#Value"><tt>Value</tt></a></p>
|
||||||
|
|
||||||
<p>The <tt>Function</tt> class represents a single procedure in LLVM. It is
|
<p>The <tt>Function</tt> class represents a single procedure in LLVM. It is
|
||||||
@ -1519,7 +1519,7 @@ change at runtime).</p>
|
|||||||
|
|
||||||
<p><tt>#include "<a
|
<p><tt>#include "<a
|
||||||
href="/doxygen/Module_8h-source.html">llvm/Module.h</a>"</tt><br> doxygen info:
|
href="/doxygen/Module_8h-source.html">llvm/Module.h</a>"</tt><br> doxygen info:
|
||||||
<a href="/doxygen/classModule.html">Module Class</a></p>
|
<a href="/doxygen/structllvm_1_1Module.html">Module Class</a></p>
|
||||||
|
|
||||||
<p>The <tt>Module</tt> class represents the top level structure present in LLVM
|
<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
|
programs. An LLVM module is effectively either a translation unit of the
|
||||||
|
Loading…
Reference in New Issue
Block a user