Make some more modules use LazyUniqFM instead of UniqFM
[ghc-hetmet.git] / compiler / nativeGen / RegAllocStats.hs
index 8eb8660..9f8415f 100644 (file)
@@ -30,7 +30,7 @@ import MachInstrs
 import Cmm
 
 import Outputable
-import UniqFM
+import LazyUniqFM
 import UniqSet
 import State