Fix tracking of what RdrNames are used (fixes Trac #5211)
[ghc-hetmet.git] / compiler / codeGen / CgParallel.hs
index cfef25c..682f28a 100644 (file)
@@ -17,7 +17,7 @@ module CgParallel(
 import CgMonad
 import CgCallConv
 import Id
-import Cmm
+import OldCmm
 import StaticFlags
 import Outputable
 import SMRep