X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FcodeGen%2FCgLetNoEscape.lhs;h=a39e76b61fe3c0cc7c7d6160af75066c293fc456;hp=3d8c6fd3f4f77556d9920866ca07e83fc3d84a88;hb=6084fb5517da34f65034370a3695e2af3b85ce2b;hpb=17b297d97d327620ed6bfab942f8992b2446f1bf diff --git a/compiler/codeGen/CgLetNoEscape.lhs b/compiler/codeGen/CgLetNoEscape.lhs index 3d8c6fd..a39e76b 100644 --- a/compiler/codeGen/CgLetNoEscape.lhs +++ b/compiler/codeGen/CgLetNoEscape.lhs @@ -9,11 +9,11 @@ %******************************************************** \begin{code} -{-# OPTIONS_GHC -w #-} +{-# OPTIONS -w #-} -- The above warning supression flag is a temporary kludge. -- While working on this module you are encouraged to remove it and fix -- any warnings in the module. See --- http://hackage.haskell.org/trac/ghc/wiki/WorkingConventions#Warnings +-- http://hackage.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#Warnings -- for details module CgLetNoEscape ( cgLetNoEscapeClosure ) where @@ -36,6 +36,7 @@ import CmmUtils import CLabel import ClosureInfo import CostCentre +import Id import Var import SMRep import BasicTypes