[project @ 2000-05-18 13:55:36 by sewardj]
[ghc-hetmet.git] / ghc / compiler / nativeGen / StixInteger.lhs
index abd7306..aa24af3 100644 (file)
@@ -18,12 +18,12 @@ import MachMisc
 import MachRegs
 
 import AbsCSyn         hiding (spRel) -- bits and bobs..
-import Const           ( Literal(..) )
+import Literal         ( Literal(..) )
 import CallConv                ( cCallConv )
 import PrimOp          ( PrimOp(..) )
 import PrimRep         ( PrimRep(..) )
 import SMRep           ( arrWordsHdrSize )
-import Stix            ( sStLitLbl, StixTree(..), StixTreeList, arrWordsHS )
+import Stix            ( StixTree(..), StixTreeList, arrWordsHS )
 import UniqSupply      ( returnUs, thenUs, UniqSM )
 \end{code}