1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Remove documentation for a deleted pass.

llvm-svn: 206097
This commit is contained in:
Eric Christopher 2014-04-12 02:09:17 +00:00
parent 86edc5e96b
commit 64a4718d43

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