Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/85a8f79f70cb9d94c9fca9e03ae98f596be8a48c >--------------------------------------------------------------- commit 85a8f79f70cb9d94c9fca9e03ae98f596be8a48c Author: Ian Lynagh <[email protected]> Date: Thu Sep 20 13:43:33 2012 +0100 Remove redundant pragmas from RegAlloc.Liveness >--------------------------------------------------------------- compiler/nativeGen/RegAlloc/Liveness.hs | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/compiler/nativeGen/RegAlloc/Liveness.hs b/compiler/nativeGen/RegAlloc/Liveness.hs index ac58944..85b8f96 100644 --- a/compiler/nativeGen/RegAlloc/Liveness.hs +++ b/compiler/nativeGen/RegAlloc/Liveness.hs @@ -5,8 +5,6 @@ -- (c) The University of Glasgow 2004 -- ----------------------------------------------------------------------------- -{-# OPTIONS -Wall -fno-warn-name-shadowing #-} - module RegAlloc.Liveness ( RegSet, RegMap, emptyRegMap, _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
