summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/RegAllocLinear.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/nativeGen/RegAllocLinear.hs')
-rw-r--r--compiler/nativeGen/RegAllocLinear.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nativeGen/RegAllocLinear.hs b/compiler/nativeGen/RegAllocLinear.hs
index b333c68d5d..e6491b77ee 100644
--- a/compiler/nativeGen/RegAllocLinear.hs
+++ b/compiler/nativeGen/RegAllocLinear.hs
@@ -97,7 +97,7 @@ import Cmm hiding (RegSet)
import Digraph
import Unique ( Uniquable(getUnique), Unique )
import UniqSet
-import LazyUniqFM
+import UniqFM
import UniqSupply
import Outputable
import State