mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-18 11:24:01 +00:00
[docs] Fix some malformed links.
Patch by Stanislav Manilov! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232546 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -85,7 +85,7 @@ structure that the LLVM IR uses to contain code.
|
|||||||
|
|
||||||
The ``Builder`` object is a helper object that makes it easy to generate
|
The ``Builder`` object is a helper object that makes it easy to generate
|
||||||
LLVM instructions. Instances of the
|
LLVM instructions. Instances of the
|
||||||
```IRBuilder`` <http://llvm.org/doxygen/IRBuilder_8h-source.html>`_
|
`IRBuilder <http://llvm.org/doxygen/IRBuilder_8h-source.html>`_
|
||||||
class template keep track of the current place to insert instructions
|
class template keep track of the current place to insert instructions
|
||||||
and has methods to create new instructions.
|
and has methods to create new instructions.
|
||||||
|
|
||||||
|
@ -65,7 +65,7 @@ the top-level structure that the LLVM IR uses to contain code.
|
|||||||
|
|
||||||
The ``Codegen.builder`` object is a helper object that makes it easy to
|
The ``Codegen.builder`` object is a helper object that makes it easy to
|
||||||
generate LLVM instructions. Instances of the
|
generate LLVM instructions. Instances of the
|
||||||
```IRBuilder`` <http://llvm.org/doxygen/IRBuilder_8h-source.html>`_
|
`IRBuilder <http://llvm.org/doxygen/IRBuilder_8h-source.html>`_
|
||||||
class keep track of the current place to insert instructions and has
|
class keep track of the current place to insert instructions and has
|
||||||
methods to create new instructions.
|
methods to create new instructions.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user