diff options
author | Javran Cheng <Javran.c@gmail.com> | 2015-04-03 00:24:06 -0500 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2015-04-03 00:32:21 -0500 |
commit | 78c79e39b36b6e76d911ca7a25e2db79d5a01ec0 (patch) | |
tree | e40520e799554e33f6a0bd29b273821a3d695a8c /docs/users_guide | |
parent | 13a0d5ac95a80e8b3604e084ae189da405a47270 (diff) | |
download | haskell-78c79e39b36b6e76d911ca7a25e2db79d5a01ec0.tar.gz |
docs: remove unused -ddump flags from users guide
According to https://phabricator.haskell.org/rGHC6e771fa19dbb7edc116b5974124229a2725103e8
Reviewed By: austin
Differential Revision: https://phabricator.haskell.org/D793
Diffstat (limited to 'docs/users_guide')
-rw-r--r-- | docs/users_guide/debugging.xml | 20 | ||||
-rw-r--r-- | docs/users_guide/flags.xml | 12 |
2 files changed, 0 insertions, 32 deletions
diff --git a/docs/users_guide/debugging.xml b/docs/users_guide/debugging.xml index 07e2a4be4e..aebb928ae8 100644 --- a/docs/users_guide/debugging.xml +++ b/docs/users_guide/debugging.xml @@ -182,16 +182,6 @@ <varlistentry> <term> - <option>-ddump-cpranal</option>: - <indexterm><primary><option>-ddump-cpranal</option></primary></indexterm> - </term> - <listitem> - <para>CPR analyser output</para> - </listitem> - </varlistentry> - - <varlistentry> - <term> <option>-ddump-stranal</option>: <indexterm><primary><option>-ddump-stranal</option></primary></indexterm> </term> @@ -262,16 +252,6 @@ <varlistentry> <term> - <option>-ddump-flatC</option>: - <indexterm><primary><option>-ddump-flatC</option></primary></indexterm> - </term> - <listitem> - <para><emphasis>flattened</emphasis> Abstract C</para> - </listitem> - </varlistentry> - - <varlistentry> - <term> <option>-ddump-cmm</option>: <indexterm><primary><option>-ddump-cmm</option></primary></indexterm> </term> diff --git a/docs/users_guide/flags.xml b/docs/users_guide/flags.xml index 1385acb7a5..4d4706b005 100644 --- a/docs/users_guide/flags.xml +++ b/docs/users_guide/flags.xml @@ -2990,12 +2990,6 @@ <entry>-</entry> </row> <row> - <entry><option>-ddump-cpranal</option></entry> - <entry>Dump output from CPR analysis</entry> - <entry>dynamic</entry> - <entry>-</entry> - </row> - <row> <entry><option>-ddump-cse</option></entry> <entry>Dump CSE output</entry> <entry>dynamic</entry> @@ -3014,12 +3008,6 @@ <entry>-</entry> </row> <row> - <entry><option>-ddump-flatC</option></entry> - <entry>Dump “flat” C</entry> - <entry>dynamic</entry> - <entry>-</entry> - </row> - <row> <entry><option>-ddump-foreign</option></entry> <entry>Dump <literal>foreign export</literal> stubs</entry> <entry>dynamic</entry> |