From 64a4718d43496e18849507a5f3b2a62e97119c20 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Sat, 12 Apr 2014 02:09:17 +0000 Subject: [PATCH] Remove documentation for a deleted pass. llvm-svn: 206097 --- docs/Passes.rst | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/Passes.rst b/docs/Passes.rst index a288933b7bc..b2703b7c030 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 -------------------------------------------