summaryrefslogtreecommitdiff
path: root/compiler/GHC/StgToCmm/Expr.hs
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2022-05-15 16:00:54 +0000
committerJohn Ericson <John.Ericson@Obsidian.Systems>2022-10-31 06:48:43 -0400
commit956e3644b746ef539ec269bb81f3cb1bbdf604a4 (patch)
tree27a8a3cf2fe50eb445449390549339a210f6f937 /compiler/GHC/StgToCmm/Expr.hs
parent31c6a5570b9cf9aa853bb5a4a5d6fb8d0f4db4bf (diff)
downloadhaskell-wip/cmm-parser-no-stg.tar.gz
Dedup `StgToCmmConfig` by including `CmmBuilderConfig`wip/cmm-parser-no-stg
Diffstat (limited to 'compiler/GHC/StgToCmm/Expr.hs')
-rw-r--r--compiler/GHC/StgToCmm/Expr.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/GHC/StgToCmm/Expr.hs b/compiler/GHC/StgToCmm/Expr.hs
index fcf91b4509..e8e409e20a 100644
--- a/compiler/GHC/StgToCmm/Expr.hs
+++ b/compiler/GHC/StgToCmm/Expr.hs
@@ -17,6 +17,7 @@ import GHC.Prelude hiding ((<*>))
import {-# SOURCE #-} GHC.StgToCmm.Bind ( cgBind )
+import GHC.StgToCmm.Config (stgToCmmProfile)
import GHC.StgToCmm.Monad
import GHC.StgToCmm.Heap
import GHC.StgToCmm.Env