X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FnativeGen%2FRegAlloc%2FLinear%2FPPC%2FFreeRegs.hs;h=aa6822c091885880b028dce63b4f3c49dd08aa2b;hp=4310c5e5a19cae481fc152e6f79a9ac822768f5d;hb=d436c70d43fb905c63220040168295e473f4b90a;hpb=0bde11509ca13d4d0914496ee652d7c2b43a0420 diff --git a/compiler/nativeGen/RegAlloc/Linear/PPC/FreeRegs.hs b/compiler/nativeGen/RegAlloc/Linear/PPC/FreeRegs.hs index 4310c5e..aa6822c 100644 --- a/compiler/nativeGen/RegAlloc/Linear/PPC/FreeRegs.hs +++ b/compiler/nativeGen/RegAlloc/Linear/PPC/FreeRegs.hs @@ -11,7 +11,7 @@ import Outputable import Data.Word import Data.Bits -import Data.List +-- import Data.List -- The PowerPC has 32 integer and 32 floating point registers. -- This is 32bit PowerPC, so Word64 is inefficient - two Word32s are much