mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:23:11 +01:00
Remove reference to obsolete arguments.
llvm-svn: 193009
This commit is contained in:
parent
e52d569e9a
commit
3f73b2d106
@ -905,10 +905,10 @@ in the JIT, nor using the object writers.
|
|||||||
X("mygc", "My bespoke garbage collector.");
|
X("mygc", "My bespoke garbage collector.");
|
||||||
}
|
}
|
||||||
|
|
||||||
The collector should use ``AsmPrinter`` and ``TargetAsmInfo`` to print portable
|
The collector should use ``AsmPrinter`` to print portable assembly code. The
|
||||||
assembly code to the ``std::ostream``. The collector itself contains the stack
|
collector itself contains the stack map for the entire module, and may access
|
||||||
map for the entire module, and may access the ``GCFunctionInfo`` using its own
|
the ``GCFunctionInfo`` using its own ``begin()`` and ``end()`` methods. Here's
|
||||||
``begin()`` and ``end()`` methods. Here's a realistic example:
|
a realistic example:
|
||||||
|
|
||||||
.. code-block:: c++
|
.. code-block:: c++
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user