diff options
Diffstat (limited to 'compiler/GHC/Cmm/MachOp.hs')
-rw-r--r-- | compiler/GHC/Cmm/MachOp.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Cmm/MachOp.hs b/compiler/GHC/Cmm/MachOp.hs index a887477028..d811d4808f 100644 --- a/compiler/GHC/Cmm/MachOp.hs +++ b/compiler/GHC/Cmm/MachOp.hs @@ -32,7 +32,7 @@ import GhcPrelude import GHC.Cmm.Type import Outputable -import DynFlags +import GHC.Driver.Session ----------------------------------------------------------------------------- -- MachOp |