[project @ 1996-06-05 06:44:31 by partain]
[ghc-hetmet.git] / ghc / compiler / codeGen / CgExpr.lhs
index dd0b7f4..a4a0746 100644 (file)
@@ -12,8 +12,8 @@
 
 module CgExpr ( cgExpr, cgSccExpr, getPrimOpArgAmodes ) where
 
-import Ubiq{-uitous-}
-import CgLoop2 -- here for paranoia-checking
+IMP_Ubiq(){-uitous-}
+IMPORT_DELOOPER(CgLoop2)       -- here for paranoia-checking
 
 import StgSyn
 import CgMonad