mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-03 02:31:26 +00:00
Remove reference to obsolete arguments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193009 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3cfe719abe
commit
68ad65c25d
@ -905,10 +905,10 @@ in the JIT, nor using the object writers.
|
||||
X("mygc", "My bespoke garbage collector.");
|
||||
}
|
||||
|
||||
The collector should use ``AsmPrinter`` and ``TargetAsmInfo`` to print portable
|
||||
assembly code to the ``std::ostream``. The collector itself contains the stack
|
||||
map for the entire module, and may access the ``GCFunctionInfo`` using its own
|
||||
``begin()`` and ``end()`` methods. Here's a realistic example:
|
||||
The collector should use ``AsmPrinter`` to print portable assembly code. The
|
||||
collector itself contains the stack map for the entire module, and may access
|
||||
the ``GCFunctionInfo`` using its own ``begin()`` and ``end()`` methods. Here's
|
||||
a realistic example:
|
||||
|
||||
.. code-block:: c++
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user