From b7a0b56c4640ff647d8cd70634238d778e145d3b Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 6 Mar 2001 10:13:35 +0000 Subject: [PATCH] [project @ 2001-03-06 10:13:35 by simonmar] import wibbles --- ghc/compiler/codeGen/CgClosure.lhs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ghc/compiler/codeGen/CgClosure.lhs b/ghc/compiler/codeGen/CgClosure.lhs index 6f139b1..f55f082 100644 --- a/ghc/compiler/codeGen/CgClosure.lhs +++ b/ghc/compiler/codeGen/CgClosure.lhs @@ -1,7 +1,7 @@ % % (c) The GRASP/AQUA Project, Glasgow University, 1992-1998 % -% $Id: CgClosure.lhs,v 1.44 2000/12/06 13:19:49 simonmar Exp $ +% $Id: CgClosure.lhs,v 1.45 2001/03/06 10:13:35 simonmar Exp $ % \section[CgClosure]{Code generation for closures} @@ -45,14 +45,14 @@ import CLabel ( CLabel, mkClosureLabel, mkFastEntryLabel, import ClosureInfo -- lots and lots of stuff import CmdLineOpts ( opt_GranMacros, opt_SccProfilingOn, opt_DoTickyProfiling ) import CostCentre -import Id ( Id, idName, idType, idPrimRep, setIdName ) -import Name ( Name, isLocalName, globaliseName ) +import Id ( Id, idName, idType, idPrimRep ) +import Name ( Name, isLocalName ) import Module ( Module, pprModule ) import ListSetOps ( minusList ) import PrimRep ( PrimRep(..) ) import PprType ( showTypeCategory ) import Util ( isIn ) -import CmdLineOpts ( opt_SccProfilingOn, opt_EnsureSplittableC ) +import CmdLineOpts ( opt_SccProfilingOn ) import Outputable import Name ( nameOccName ) -- 1.7.10.4