Remove documentation for a deleted pass.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206097 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Christopher 2014-04-12 02:09:17 +00:00
parent 515f2f9611
commit ac871732b5

View 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
-------------------------------------------