1
0
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:
Han Seoul-Oh 2020-09-14 21:15:16 -07:00 committed by serge-sans-paille
parent 999d6d6e7c
commit 30955c0ef8

View File

@ -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.