From: simonm Date: Wed, 6 Jan 1999 11:35:27 +0000 (+0000) Subject: [project @ 1999-01-06 11:35:27 by simonm] X-Git-Tag: Approx_2487_patches~157 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e3475009c4b9e1e7e580535e728c8001218095e5;p=ghc-hetmet.git [project @ 1999-01-06 11:35:27 by simonm] trim import --- diff --git a/ghc/compiler/codeGen/CgMonad.lhs b/ghc/compiler/codeGen/CgMonad.lhs index 757c3d2..a9b6e41 100644 --- a/ghc/compiler/codeGen/CgMonad.lhs +++ b/ghc/compiler/codeGen/CgMonad.lhs @@ -1,7 +1,7 @@ % % (c) The GRASP/AQUA Project, Glasgow University, 1992-1998 % -% $Id: CgMonad.lhs,v 1.16 1998/12/18 17:40:52 simonpj Exp $ +% $Id: CgMonad.lhs,v 1.17 1999/01/06 11:35:27 simonm Exp $ % \section[CgMonad]{The code generation monad} @@ -54,7 +54,7 @@ import OccName ( Module ) import DataCon ( ConTag ) import Id ( Id ) import VarEnv -import PrimRep ( getPrimRepSize, PrimRep(..) ) +import PrimRep ( PrimRep(..) ) import StgSyn ( StgLiveVars ) import Outputable