[docs] Fix some malformed links.

Patch by Stanislav Manilov!

llvm-svn: 232546
This commit is contained in:
Sean Silva 2015-03-17 21:02:37 +00:00
parent 63b1d99943
commit 78da1a55fd
2 changed files with 2 additions and 2 deletions

View File

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

View File

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