diff options
Diffstat (limited to 'compiler/nativeGen/X86/CodeGen.hs')
-rw-r--r-- | compiler/nativeGen/X86/CodeGen.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nativeGen/X86/CodeGen.hs b/compiler/nativeGen/X86/CodeGen.hs index d60231f7b2..26797949f4 100644 --- a/compiler/nativeGen/X86/CodeGen.hs +++ b/compiler/nativeGen/X86/CodeGen.hs @@ -79,7 +79,7 @@ import ForeignCall ( CCallConv(..) ) import OrdList import Outputable import FastString -import DynFlags +import GHC.Driver.Session import Util import UniqSupply ( getUniqueM ) |