diff options
Diffstat (limited to 'compiler/nativeGen/X86/RegInfo.hs')
-rw-r--r-- | compiler/nativeGen/X86/RegInfo.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nativeGen/X86/RegInfo.hs b/compiler/nativeGen/X86/RegInfo.hs index f47859e399..3c84641c22 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 |