X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FGarbageCollection.rst;h=7765bd7d04cf5e7504e44a7a7cfd4a2f1af139d4;hb=6931055232eb2836dfc3e6dc51f06cee80dadf4b;hp=f3b4bc359038f74bde9785b2c0066d7e63af366c;hpb=8f69121d85b278ec798bb7b39638b8ad593bd712;p=oota-llvm.git diff --git a/docs/GarbageCollection.rst b/docs/GarbageCollection.rst index f3b4bc35903..7765bd7d04c 100644 --- a/docs/GarbageCollection.rst +++ b/docs/GarbageCollection.rst @@ -758,10 +758,10 @@ If ``CustomReadBarriers`` or ``CustomWriteBarriers`` are specified, then ``performCustomLowering`` **must** eliminate the corresponding barriers. ``performCustomLowering`` must comply with the same restrictions as -`FunctionPass::runOnFunction `__ +:ref:`FunctionPass::runOnFunction ` Likewise, ``initializeCustomLowering`` has the same semantics as -`Pass::doInitialization(Module&) -`__ +:ref:`Pass::doInitialization(Module&) +` The following can be used as a template: