X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FnativeGen%2FRegAlloc%2FLinear%2FSPARC%2FFreeRegs.hs;h=f48a893c09db9c0f07e9a404a17b60ae8f232eea;hp=d828347433d5649d79b06439bd86d52f428d5cc3;hb=d436c70d43fb905c63220040168295e473f4b90a;hpb=0bde11509ca13d4d0914496ee652d7c2b43a0420 diff --git a/compiler/nativeGen/RegAlloc/Linear/SPARC/FreeRegs.hs b/compiler/nativeGen/RegAlloc/Linear/SPARC/FreeRegs.hs index d828347..f48a893 100644 --- a/compiler/nativeGen/RegAlloc/Linear/SPARC/FreeRegs.hs +++ b/compiler/nativeGen/RegAlloc/Linear/SPARC/FreeRegs.hs @@ -13,7 +13,7 @@ import FastBool import Data.Word import Data.Bits -import Data.List +-- import Data.List --------------------------------------------------------------------------------