[project @ 2005-07-28 15:42:48 by simonmar]
authorsimonmar <unknown>
Thu, 28 Jul 2005 15:42:48 +0000 (15:42 +0000)
committersimonmar <unknown>
Thu, 28 Jul 2005 15:42:48 +0000 (15:42 +0000)
- Remove -fno-cpr, which doesn't exist
- remove redundancy in description of -fno-full-laziness

ghc/docs/users_guide/flags.xml

index e0000f4..0e3147d 100644 (file)
            </row>
 
            <row>
-             <entry><option>-fno-cpr</option></entry>
-             <entry>Turn off CPR analysis</entry>
-             <entry>static</entry>
-             <entry>-fcpr</entry>
-           </row>
-
-           <row>
              <entry><option>-fno-cse</option></entry>
              <entry>Turn off common sub-expression</entry>
              <entry>dynamic</entry>
 
            <row>
              <entry><option>-fno-full-laziness</option></entry>
-             <entry>Turn off full laziness (floating bindings outwards).  It is on by default.</entry>
+             <entry>Turn off full laziness (floating bindings outwards).</entry>
              <entry>dynamic</entry>
              <entry>-ffull-laziness</entry>
            </row>