mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
fix incorrect xref in sphinx doc
llvm-svn: 275255
This commit is contained in:
parent
807ebd795b
commit
9732dd614e
@ -56,7 +56,7 @@ As a good start point, Kaleidoscope tutorial could be used:
|
||||
|
||||
Especially it's important to understand chapter 3 of tutorial:
|
||||
|
||||
:doc:`tutorial/LangImpl3`
|
||||
:doc:`tutorial/LangImpl03`
|
||||
|
||||
Reader also should know how passes work in LLVM, they could use next article as
|
||||
a reference and start point here:
|
||||
|
@ -2221,7 +2221,7 @@ sequence of instructions that form a ``BasicBlock``:
|
||||
CallInst* callTwo = Builder.CreateCall(...);
|
||||
Value* result = Builder.CreateMul(callOne, callTwo);
|
||||
|
||||
See :doc:`tutorial/LangImpl3` for a practical use of the ``IRBuilder``.
|
||||
See :doc:`tutorial/LangImpl03` for a practical use of the ``IRBuilder``.
|
||||
|
||||
|
||||
.. _schanges_deleting:
|
||||
|
Loading…
Reference in New Issue
Block a user