[commit: ghc] ghc-7.10: docs: remove unused -ddump flags from users guide (c05804a)

git at git.haskell.org git at git.haskell.org
Fri Apr 3 05:42:02 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : ghc-7.10
Link       : http://ghc.haskell.org/trac/ghc/changeset/c05804aae32b476c0287d942c95e006eb530f427/ghc

>---------------------------------------------------------------

commit c05804aae32b476c0287d942c95e006eb530f427
Author: Javran Cheng <Javran.c at gmail.com>
Date:   Fri Apr 3 00:24:06 2015 -0500

    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
    
    (cherry picked from commit 78c79e39b36b6e76d911ca7a25e2db79d5a01ec0)


>---------------------------------------------------------------

c05804aae32b476c0287d942c95e006eb530f427
 docs/users_guide/debugging.xml | 20 --------------------
 docs/users_guide/flags.xml     | 12 ------------
 2 files changed, 32 deletions(-)

diff --git a/docs/users_guide/debugging.xml b/docs/users_guide/debugging.xml
index 07e2a4b..aebb928 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 994a2c2..a7f4473 100644
--- a/docs/users_guide/flags.xml
+++ b/docs/users_guide/flags.xml
@@ -2960,12 +2960,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>
@@ -2984,12 +2978,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>



More information about the ghc-commits mailing list