Merge in new code generator branch.
[ghc-hetmet.git] / compiler / codeGen / CgHpc.hs
index d02c949..8da2715 100644 (file)
@@ -8,10 +8,10 @@
 
 module CgHpc (cgTickBox, initHpc, hpcTable) where
 
-import Cmm
+import OldCmm
 import CLabel
 import Module
-import CmmUtils
+import OldCmmUtils
 import CgUtils
 import CgMonad
 import CgForeignCall