X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FnativeGen%2FRegAllocLinear.hs;h=b333c68d5d4aa4447d9aa4831301b3dbe90f174a;hb=a411ca6bf32a14cc656c2c981c5cf6e37cfd3d64;hp=e6491b77ee9a15cdbc437d30e2067c47a5695530;hpb=e3971de1fe67e414060047c09c4d5c64c7083981;p=ghc-hetmet.git diff --git a/compiler/nativeGen/RegAllocLinear.hs b/compiler/nativeGen/RegAllocLinear.hs index e6491b7..b333c68 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 UniqFM +import LazyUniqFM import UniqSupply import Outputable import State