Remove documentation for a deleted pass.
authorEric Christopher <echristo@gmail.com>
Sat, 12 Apr 2014 02:09:17 +0000 (02:09 +0000)
committerEric Christopher <echristo@gmail.com>
Sat, 12 Apr 2014 02:09:17 +0000 (02:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206097 91177308-0d34-0410-b5e6-96231b3b80d8

docs/Passes.rst

index a288933b7bc1fb2de207e8b8eca5beaf33fb2913..b2703b7c03003840b84a4872d9d111f88b7b4342 100644 (file)
@@ -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
 -------------------------------------------