mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-19 08:24:12 +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:
parent
76d3a99d10
commit
b04877cae9
@ -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
|
||||
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
|
||||
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
|
||||
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
|
||||
methods to create new instructions.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user