From a6020f2d39023ae0d29f7ab44265c5c19bf4572f Mon Sep 17 00:00:00 2001
From: simonmar <unknown>
Date: Mon, 23 Aug 1999 15:55:58 +0000
Subject: [PATCH] [project @ 1999-08-23 15:55:58 by simonmar] -fno-cpr ==>
 -fno-cpr-analyse

---
 ghc/docs/users_guide/using.vsgml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/ghc/docs/users_guide/using.vsgml b/ghc/docs/users_guide/using.vsgml
index 5b93782c66e2..d6ccff53932c 100644
--- a/ghc/docs/users_guide/using.vsgml
+++ b/ghc/docs/users_guide/using.vsgml
@@ -949,12 +949,8 @@ analyser [because it is sometimes slow]),
 specialisation of overloaded functions [because it makes your code
 bigger]) [US spelling also accepted], and
 <item>
-@-fno-cpr@<nidx>-fno-cpr option</nidx> switches off the CPR (constructed product
+@-fno-cpr-analyse@<nidx>-fno-cpr-analyse option</nidx> switches off the CPR (constructed product
 result) analyser.
-<item>
-@-fno-update-analysis@<nidx>-fno-update-analysis option</nidx> (update
-analyser, because it sometimes takes a <em>long</em> time).  This one
-is only enabled with -O2 anyway.
 </itemize>
 
 Should you wish to turn individual flags <em>on</em>, you are advised
-- 
GitLab