diff options
Diffstat (limited to 'compiler/main/StaticPtrTable.hs')
-rw-r--r-- | compiler/main/StaticPtrTable.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler/main/StaticPtrTable.hs b/compiler/main/StaticPtrTable.hs index dfc54799d7..985e91e29c 100644 --- a/compiler/main/StaticPtrTable.hs +++ b/compiler/main/StaticPtrTable.hs @@ -119,7 +119,7 @@ Here is a running example: * If we are compiling for the byte-code interpreter, we instead explicitly add the SPT entries (recorded in CgGuts' cg_spt_entries field) to the interpreter process' SPT table using the addSptEntry interpreter message. This happens - in upsweep after we have compiled the module (see GhcMake.upsweep'). + in upsweep after we have compiled the module (see GHC.Driver.Make.upsweep'). -} import GhcPrelude @@ -128,8 +128,8 @@ import GHC.Cmm.CLabel import CoreSyn import CoreUtils (collectMakeStaticArgs) import DataCon -import DynFlags -import HscTypes +import GHC.Driver.Session +import GHC.Driver.Types import Id import MkCore (mkStringExprFSWith) import Module |