Merge in new code generator branch.
[ghc-hetmet.git] / compiler / codeGen / CgCase.lhs
index 9f24fba..1eea96c 100644 (file)
@@ -27,8 +27,8 @@ import CgInfoTbls
 
 import ClosureInfo
 import SMRep
-import CmmUtils
-import Cmm
+import OldCmmUtils
+import OldCmm
 
 import StgSyn
 import StaticFlags