diff options
author | simonpj <unknown> | 2000-11-06 08:15:24 +0000 |
---|---|---|
committer | simonpj <unknown> | 2000-11-06 08:15:24 +0000 |
commit | 47eef4b5780f0a5b5a37847097842daebd0f9285 (patch) | |
tree | 6852cec7024f37b0eb9a81ba3e00481d286567c6 /ghc/compiler/nativeGen/StixInteger.lhs | |
parent | cd241c73f2b03a48d905e0db50c796eb0de45dec (diff) | |
download | haskell-47eef4b5780f0a5b5a37847097842daebd0f9285.tar.gz |
[project @ 2000-11-06 08:15:20 by simonpj]
Dealing with instance-decl imports; and removing unnecessary imports
Diffstat (limited to 'ghc/compiler/nativeGen/StixInteger.lhs')
-rw-r--r-- | ghc/compiler/nativeGen/StixInteger.lhs | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ghc/compiler/nativeGen/StixInteger.lhs b/ghc/compiler/nativeGen/StixInteger.lhs index bb96cfff47..f0e9905d0c 100644 --- a/ghc/compiler/nativeGen/StixInteger.lhs +++ b/ghc/compiler/nativeGen/StixInteger.lhs @@ -14,17 +14,13 @@ module StixInteger ( #include "HsVersions.h" import {-# SOURCE #-} StixPrim ( amodeToStix ) -import MachMisc -import MachRegs import AbsCSyn hiding (spRel) -- bits and bobs.. -import Literal ( Literal(..) ) import CallConv ( cCallConv ) import PrimOp ( PrimOp(..) ) import PrimRep ( PrimRep(..) ) -import SMRep ( arrWordsHdrSize ) import Stix ( StixTree(..), StixTreeList, arrWordsHS ) -import UniqSupply ( returnUs, thenUs, UniqSM ) +import UniqSupply ( returnUs, UniqSM ) \end{code} Although gmpCompare doesn't allocate space, it does temporarily use |