summaryrefslogtreecommitdiff
path: root/ghc/compiler/codeGen/CgStackery.lhs
diff options
context:
space:
mode:
authorsimonpj <unknown>2000-10-24 07:35:03 +0000
committersimonpj <unknown>2000-10-24 07:35:03 +0000
commit4a91d102be99778efcab80211ca5de3f2cf6619a (patch)
tree9a4250e4b1bfa90f117efb47d565cbdd14e271e0 /ghc/compiler/codeGen/CgStackery.lhs
parentebef357f943e8fce48adb73053082204cc892f99 (diff)
downloadhaskell-4a91d102be99778efcab80211ca5de3f2cf6619a.tar.gz
[project @ 2000-10-24 07:35:00 by simonpj]
Mainly MkIface
Diffstat (limited to 'ghc/compiler/codeGen/CgStackery.lhs')
-rw-r--r--ghc/compiler/codeGen/CgStackery.lhs4
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc/compiler/codeGen/CgStackery.lhs b/ghc/compiler/codeGen/CgStackery.lhs
index 75c556fb13..d4fc31fd2a 100644
--- a/ghc/compiler/codeGen/CgStackery.lhs
+++ b/ghc/compiler/codeGen/CgStackery.lhs
@@ -1,7 +1,7 @@
%
% (c) The GRASP/AQUA Project, Glasgow University, 1992-1998
%
-% $Id: CgStackery.lhs,v 1.14 2000/01/14 11:45:21 hwloidl Exp $
+% $Id: CgStackery.lhs,v 1.15 2000/10/24 07:35:00 simonpj Exp $
%
\section[CgStackery]{Stack management functions}
@@ -23,7 +23,7 @@ import CgMonad
import AbsCSyn
import CgUsages ( getRealSp )
-import AbsCUtils ( mkAbstractCs, mkAbsCStmts, getAmodeRep )
+import AbsCUtils ( mkAbstractCs, getAmodeRep )
import PrimRep ( getPrimRepSize, PrimRep(..), isFollowableRep )
import CmdLineOpts ( opt_SccProfilingOn, opt_GranMacros )
import Panic ( panic )