[llvm] r193009 - Remove reference to obsolete arguments.

Bill Wendling isanbard at gmail.com
Fri Oct 18 16:11:25 PDT 2013


Author: void
Date: Fri Oct 18 18:11:25 2013
New Revision: 193009

URL: http://llvm.org/viewvc/llvm-project?rev=193009&view=rev
Log:
Remove reference to obsolete arguments.

Modified:
    llvm/trunk/docs/GarbageCollection.rst

Modified: llvm/trunk/docs/GarbageCollection.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GarbageCollection.rst?rev=193009&r1=193008&r2=193009&view=diff
==============================================================================
--- llvm/trunk/docs/GarbageCollection.rst (original)
+++ llvm/trunk/docs/GarbageCollection.rst Fri Oct 18 18:11:25 2013
@@ -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++
 





More information about the llvm-commits mailing list