X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FnativeGen%2FX86%2FRegInfo.hs;fp=compiler%2FnativeGen%2FX86%2FRegInfo.hs;h=3c84641c220ce4f7d23862e06c46c17fb96c1376;hb=2d498de3fd7a8f60621c601e419fe7cb14788b1c;hp=f47859e399ba587d24b24eb4241b79fb5f4b176f;hpb=9d9eef1f78e25c716e2c0c7559005b730f425231;p=ghc-hetmet.git diff --git a/compiler/nativeGen/X86/RegInfo.hs b/compiler/nativeGen/X86/RegInfo.hs index f47859e..3c84641 100644 --- a/compiler/nativeGen/X86/RegInfo.hs +++ b/compiler/nativeGen/X86/RegInfo.hs @@ -9,7 +9,6 @@ where #include "nativeGen/NCG.h" #include "HsVersions.h" -import X86.Regs import Size import Reg @@ -18,6 +17,7 @@ import Unique #if i386_TARGET_ARCH || x86_64_TARGET_ARCH import UniqFM +import X86.Regs #endif