[llvm] r206097 - Remove documentation for a deleted pass.

Eric Christopher echristo at gmail.com
Fri Apr 11 19:09:17 PDT 2014


Author: echristo
Date: Fri Apr 11 21:09:17 2014
New Revision: 206097

URL: http://llvm.org/viewvc/llvm-project?rev=206097&view=rev
Log:
Remove documentation for a deleted pass.

Modified:
    llvm/trunk/docs/Passes.rst

Modified: llvm/trunk/docs/Passes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/Passes.rst?rev=206097&r1=206096&r2=206097&view=diff
==============================================================================
--- llvm/trunk/docs/Passes.rst (original)
+++ llvm/trunk/docs/Passes.rst Fri Apr 11 21:09:17 2014
@@ -302,15 +302,6 @@ standard error in a human-readable form.
 This pass, only available in ``opt``, printsthe SCCs of each function CFG to
 standard error in a human-readable fom.
 
-``-print-dbginfo``: Print debug info in human readable form
------------------------------------------------------------
-
-Pass that prints instructions, and associated debug info:
-
-#. source/line/col information
-#. original variable name
-#. original type name
-
 ``-print-dom-info``: Dominator Info Printer
 -------------------------------------------
 





More information about the llvm-commits mailing list