summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/RegAlloc/Linear/X86/FreeRegs.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/nativeGen/RegAlloc/Linear/X86/FreeRegs.hs')
-rw-r--r--compiler/nativeGen/RegAlloc/Linear/X86/FreeRegs.hs4
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