Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/f2b953f76d1a6f7832179e539c69e47f715daf81 >--------------------------------------------------------------- commit f2b953f76d1a6f7832179e539c69e47f715daf81 Author: Ian Lynagh <i...@well-typed.com> Date: Fri Nov 2 22:15:58 2012 +0000 Remove an -fno-cse flag There are no longer any GLOBAL_VARs in main/DriverMkDepend.hs. >--------------------------------------------------------------- compiler/main/DriverMkDepend.hs | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/compiler/main/DriverMkDepend.hs b/compiler/main/DriverMkDepend.hs index 7355e31..a2413d5 100644 --- a/compiler/main/DriverMkDepend.hs +++ b/compiler/main/DriverMkDepend.hs @@ -1,6 +1,3 @@ -{-# OPTIONS -fno-cse #-} --- -fno-cse is needed for GLOBAL_VAR's to behave properly - ----------------------------------------------------------------------------- -- -- Makefile Dependency Generation _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc