X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FnativeGen%2FRegAlloc%2FLinear%2FPPC%2FFreeRegs.hs;h=878bfe313a7b7df621f85e5119a50e0bcd31ad6d;hb=f9288086f935c97812b2d80defcff38baf7b6a6c;hp=6d8809df527e0760cf18bf7b011fd640f51dd97b;hpb=a12e845684c10955bc594cdb20d1f13fae14873d;p=ghc-hetmet.git diff --git a/compiler/nativeGen/RegAlloc/Linear/PPC/FreeRegs.hs b/compiler/nativeGen/RegAlloc/Linear/PPC/FreeRegs.hs index 6d8809d..878bfe3 100644 --- a/compiler/nativeGen/RegAlloc/Linear/PPC/FreeRegs.hs +++ b/compiler/nativeGen/RegAlloc/Linear/PPC/FreeRegs.hs @@ -3,7 +3,9 @@ module RegAlloc.Linear.PPC.FreeRegs where -import Regs +import PPC.Regs +import RegClass +import Reg import Outputable