Merge in new code generator branch.
[ghc-hetmet.git] / compiler / codeGen / CgForeignCall.hs
index cdaccc9..ec16946 100644 (file)
@@ -25,8 +25,8 @@ import CgUtils
 import Type
 import TysPrim
 import CLabel
-import Cmm
-import CmmUtils
+import OldCmm
+import OldCmmUtils
 import SMRep
 import ForeignCall
 import ClosureInfo