Make some more modules use LazyUniqFM instead of UniqFM
[ghc-hetmet.git] / compiler / nativeGen / RegLiveness.hs
index 9ee9897..6f21db8 100644 (file)
@@ -42,7 +42,7 @@ import Digraph
 import Outputable
 import Unique
 import UniqSet
-import UniqFM
+import LazyUniqFM
 import UniqSupply
 import Bag
 import State