Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : supercompiler

http://hackage.haskell.org/trac/ghc/changeset/85be4686128b710f30f350591c6ceb221e0a21bd

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

commit 85be4686128b710f30f350591c6ceb221e0a21bd
Author: Max Bolingbroke <batterseapo...@hotmail.com>
Date:   Mon Mar 12 12:03:16 2012 +0000

    Correct flag name for memo cache preinitializatio

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

 compiler/supercompile/Supercompile/StaticFlags.hs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/compiler/supercompile/Supercompile/StaticFlags.hs 
b/compiler/supercompile/Supercompile/StaticFlags.hs
index fa1180f..f69314f 100644
--- a/compiler/supercompile/Supercompile/StaticFlags.hs
+++ b/compiler/supercompile/Supercompile/StaticFlags.hs
@@ -139,7 +139,7 @@ pOSITIVE_INFORMATION = lookUp $ fsLit 
"-fsupercompiler-positive-information"
 --    in practice.
 
 pREINITALIZE_MEMO_TABLE :: Bool
-pREINITALIZE_MEMO_TABLE = lookUp $ fsLit "-fsupercompiler-no-preinitalize"
+pREINITALIZE_MEMO_TABLE = lookUp $ fsLit "-fsupercompiler-preinitalize"
 
 data DeedsPolicy = FCFS | Proportional
                  deriving (Read)



_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to