From 5ecb44457a28047103132d267ffc80a078819442 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 28 Jul 2005 15:42:48 +0000 Subject: [PATCH] [project @ 2005-07-28 15:42:48 by simonmar] - Remove -fno-cpr, which doesn't exist - remove redundancy in description of -fno-full-laziness --- ghc/docs/users_guide/flags.xml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/ghc/docs/users_guide/flags.xml b/ghc/docs/users_guide/flags.xml index e0000f4..0e3147d 100644 --- a/ghc/docs/users_guide/flags.xml +++ b/ghc/docs/users_guide/flags.xml @@ -942,13 +942,6 @@ - - Turn off CPR analysis - static - -fcpr - - - Turn off common sub-expression dynamic @@ -957,7 +950,7 @@ - Turn off full laziness (floating bindings outwards). It is on by default. + Turn off full laziness (floating bindings outwards). dynamic -ffull-laziness -- 1.7.10.4