summaryrefslogtreecommitdiff
path: root/docs/Passes.rst
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2014-04-12 02:09:17 +0000
committerEric Christopher <echristo@gmail.com>2014-04-12 02:09:17 +0000
commitac871732b529d36a05b0fb669e34b7be80d354d0 (patch)
tree78f61eb47726035e3d0e397e711c12569066c57e /docs/Passes.rst
parent515f2f96114b8279651c711079d16d6530110de1 (diff)
downloadllvm-ac871732b529d36a05b0fb669e34b7be80d354d0.tar.gz
llvm-ac871732b529d36a05b0fb669e34b7be80d354d0.tar.bz2
llvm-ac871732b529d36a05b0fb669e34b7be80d354d0.tar.xz
Remove documentation for a deleted pass.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206097 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/Passes.rst')
-rw-r--r--docs/Passes.rst9
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/Passes.rst b/docs/Passes.rst
index a288933b7b..b2703b7c03 100644
--- a/docs/Passes.rst
+++ b/docs/Passes.rst
@@ -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
-------------------------------------------