diff options
Diffstat (limited to 'compiler/GHC/StgToCmm/Prof.hs')
-rw-r--r-- | compiler/GHC/StgToCmm/Prof.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/StgToCmm/Prof.hs b/compiler/GHC/StgToCmm/Prof.hs index 08a06f3242..58fdfeafd9 100644 --- a/compiler/GHC/StgToCmm/Prof.hs +++ b/compiler/GHC/StgToCmm/Prof.hs @@ -288,7 +288,7 @@ initInfoTableProv infos itmap this_mod --pprTraceM "initInfoTable" (ppr (length ents)) -- Output the actual IPE data mapM_ emitInfoTableProv ents - -- Create the C stub which initialises the IPE_LIST + -- Create the C stub which initialises the IPE map return (ipInitCode dflags this_mod ents) --- Info Table Prov stuff |