diff options
Diffstat (limited to 'compiler/nativeGen/RegAlloc/Linear/X86/FreeRegs.hs')
-rw-r--r-- | compiler/nativeGen/RegAlloc/Linear/X86/FreeRegs.hs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/compiler/nativeGen/RegAlloc/Linear/X86/FreeRegs.hs b/compiler/nativeGen/RegAlloc/Linear/X86/FreeRegs.hs index 1306deb159..eedaca8cc0 100644 --- a/compiler/nativeGen/RegAlloc/Linear/X86/FreeRegs.hs +++ b/compiler/nativeGen/RegAlloc/Linear/X86/FreeRegs.hs @@ -3,7 +3,9 @@ module RegAlloc.Linear.X86.FreeRegs where -import Regs +import X86.Regs +import RegClass +import Reg import Data.Word import Data.Bits |