mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
fix RST reference in Writing an LLVM Pass
Currently, instead of showing up as link, it is rendered as ...of FunctionPass <writing-an-llvm-pass-FunctionPass>. The... PR17733. Patch by Tay Ray Chuan! llvm-svn: 193698
This commit is contained in:
parent
281c56f956
commit
80500b8f5b
@ -131,7 +131,7 @@ Next, we declare our pass itself:
|
||||
|
||||
struct Hello : public FunctionPass {
|
||||
|
||||
This declares a "``Hello``" class that is a subclass of `FunctionPass
|
||||
This declares a "``Hello``" class that is a subclass of :ref:`FunctionPass
|
||||
<writing-an-llvm-pass-FunctionPass>`. The different builtin pass subclasses
|
||||
are described in detail :ref:`later <writing-an-llvm-pass-pass-classes>`, but
|
||||
for now, know that ``FunctionPass`` operates on a function at a time.
|
||||
|
Loading…
x
Reference in New Issue
Block a user