mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
[doc] Fix broken link
This commit is contained in:
parent
999d6d6e7c
commit
30955c0ef8
@ -90,7 +90,7 @@ detail, we just need a single instance to pass into APIs that require it.
|
||||
|
||||
The ``Builder`` object is a helper object that makes it easy to generate
|
||||
LLVM instructions. Instances of the
|
||||
`IRBuilder <https://llvm.org/doxygen/IRBuilder_8h-source.html>`_
|
||||
`IRBuilder <https://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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user