summaryrefslogtreecommitdiff
path: root/compiler/GHC/StgToByteCode.hs
diff options
context:
space:
mode:
authorRichard Eisenberg <rae@richarde.dev>2021-06-01 15:32:34 -0400
committerRichard Eisenberg <rae@richarde.dev>2021-06-01 15:33:24 -0400
commitff6a88ec8bedf59295c2c154c1056b80569fe756 (patch)
tree1b19dc9bf743448fb105ac00528ab9bfbfca0459 /compiler/GHC/StgToByteCode.hs
parent6db8a0f76ec45d47060e28bb303e9eef60bdb16b (diff)
downloadhaskell-wip/lower-parser-deps.tar.gz
A little import wrangling. Not much accomplishedwip/lower-parser-deps
Diffstat (limited to 'compiler/GHC/StgToByteCode.hs')
-rw-r--r--compiler/GHC/StgToByteCode.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/GHC/StgToByteCode.hs b/compiler/GHC/StgToByteCode.hs
index f7bb270e16..4ee077f2a7 100644
--- a/compiler/GHC/StgToByteCode.hs
+++ b/compiler/GHC/StgToByteCode.hs
@@ -26,6 +26,8 @@ import GHC.Cmm.CallConv
import GHC.Cmm.Expr
import GHC.Cmm.Node
import GHC.Cmm.Utils
+import GHC.Cmm.Reg.Global
+import GHC.Cmm.Reg.Set
import GHC.Platform
import GHC.Platform.Profile