diff options
Diffstat (limited to 'compiler/GHC/Cmm/Expr.hs')
| -rw-r--r-- | compiler/GHC/Cmm/Expr.hs | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Cmm/Expr.hs b/compiler/GHC/Cmm/Expr.hs index 3b4f0156a0..9be4200f85 100644 --- a/compiler/GHC/Cmm/Expr.hs +++ b/compiler/GHC/Cmm/Expr.hs @@ -36,7 +36,7 @@ import GHC.Cmm.BlockId  import GHC.Cmm.CLabel  import GHC.Cmm.MachOp  import GHC.Cmm.Type -import DynFlags +import GHC.Driver.Session  import Outputable (panic)  import Unique  | 
