From 94c6e199d613c291a977830984c45ca079064219 Mon Sep 17 00:00:00 2001 From: kglynn Date: Tue, 29 Jun 1999 08:40:32 +0000 Subject: [PATCH] [project @ 1999-06-29 08:40:32 by kglynn] Someone with a big stick told me to remove -ddump-cpranalyse Use -ddump-cpranal instead. --- ghc/compiler/main/CmdLineOpts.lhs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ghc/compiler/main/CmdLineOpts.lhs b/ghc/compiler/main/CmdLineOpts.lhs index cad5b77..7066c14 100644 --- a/ghc/compiler/main/CmdLineOpts.lhs +++ b/ghc/compiler/main/CmdLineOpts.lhs @@ -297,11 +297,7 @@ src_filename = case argv of -- debugging opts opt_D_dump_absC = lookUp SLIT("-ddump-absC") opt_D_dump_asm = lookUp SLIT("-ddump-asm") --- Make the option agree with the doc! dump-cpranal is preferred over --- dump-cpranalyse because of consistency with dump-stranal (and --- we don't have to worry about british vs american english). -opt_D_dump_cpranal = lookUp SLIT("-ddump-cpranal") || - lookUp SLIT("-ddump-cpranalyse") +opt_D_dump_cpranal = lookUp SLIT("-ddump-cpranal") opt_D_dump_deriv = lookUp SLIT("-ddump-deriv") opt_D_dump_ds = lookUp SLIT("-ddump-ds") opt_D_dump_flatC = lookUp SLIT("-ddump-flatC") -- 1.7.10.4