X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FnativeGen%2FRegAllocColor.hs;fp=compiler%2FnativeGen%2FRegAllocColor.hs;h=e2e002af3516d811e076462543a9fb15081ef062;hb=727fae32ea0b6ca6ebdf1b3137649813e4d7ac3d;hp=51a0bffbc6c9f7efa4c6e8ff05497e202182bd17;hpb=d6a7aff83282d537e160264604d6703e2698600e;p=ghc-hetmet.git diff --git a/compiler/nativeGen/RegAllocColor.hs b/compiler/nativeGen/RegAllocColor.hs index 51a0bff..e2e002a 100644 --- a/compiler/nativeGen/RegAllocColor.hs +++ b/compiler/nativeGen/RegAllocColor.hs @@ -24,7 +24,7 @@ import PprMach import UniqSupply import UniqSet -import UniqFM +import LazyUniqFM import Bag import Outputable import DynFlags