diff options
Diffstat (limited to 'compiler/nativeGen/X86/Instr.hs')
-rw-r--r-- | compiler/nativeGen/X86/Instr.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nativeGen/X86/Instr.hs b/compiler/nativeGen/X86/Instr.hs index 422bb96de4..099437265c 100644 --- a/compiler/nativeGen/X86/Instr.hs +++ b/compiler/nativeGen/X86/Instr.hs @@ -37,7 +37,7 @@ import GHC.Platform import BasicTypes (Alignment) import GHC.Cmm.CLabel -import DynFlags +import GHC.Driver.Session import UniqSet import Unique import UniqSupply |