From 0b55b4a20893fe0e9aa0881d70db0cf07052d20c Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Fri, 18 Oct 2013 23:11:25 +0000 Subject: Remove reference to obsolete arguments. llvm-svn: 193009 --- llvm/docs/GarbageCollection.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'llvm/docs/GarbageCollection.rst') diff --git a/llvm/docs/GarbageCollection.rst b/llvm/docs/GarbageCollection.rst index d78449e95cb..73bc5eeb1ff 100644 --- a/llvm/docs/GarbageCollection.rst +++ b/llvm/docs/GarbageCollection.rst @@ -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++ -- cgit v1.2.3